|
|
|
|
|
by nextaccountic
868 days ago
|
|
> It may be easier to do something like queue up X tuples and just start sending those out when the queue is full. When the queue is full, we can say that it's too late to replan and we're locked into the current plan. People can set X to what they want to increase the time that the plan can change at the expense of using more memory and higher latency to get the first tuple. Maybe warrant a new SQL syntax, like select * from table limit 10 queue X
|
|