Kurt Huwig wrote:
It is caused by inserting millions of tuples into a table due to the necessary index split. And I guess the user somehow wants to get the records into the table and he has to make sure that noone queries the database while he insert the records.

Not that it helps, but my point was that you may run into this issue having no more than a few thousand rows in the table (depending on the size of the indexed data). As long as you are near the point when an index split needs to happen (i.e. when a page is full?), I believe the main contributing factor is concurrent reads and writes.


--
John

Reply via email to