Subject | Re: commit after insert is very slow |
---|---|
Author | svanderclock |
Post date | 2010-03-04T07:39:34Z |
> So, the resultset itself can be large, but you only need a few rows? Do youwe need only the first 200 row, but ordered :(
> ever need
> such large resultsets?
> When an index is used, the engine returns the first few rows quickly, butexactly, but as we never need more than 200 rows it's ok
> pulling the
> entire resultset will probably take more time than without an index.