Alexei Guevara - 2005-02-01

Logged In: YES
user_id=101901

actually that's a very good point, we don't have a testcase
to cover such scenario.

Your comment is very accurate, we must include the partially
populated regions in the remainder query. We could achieve
this by executing the QueryResultStore insertions and the
ChunkStore updates in one transaction, so they won't be seen
by other threads until after the transaction is commited.