Skip to content
Snippets Groups Projects
Commit be05edd8 authored by Tom Lane's avatar Tom Lane
Browse files

Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the

portion of the query result that will be retrieved.  As far as I could
tell, the consensus was that we should let the planner do the best it
can with a LIMIT query, and require the user to add ORDER BY if he
wants consistent results from different LIMIT values.
parent 07c495f5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment