Limit
Short Description
The Limit node limits the data returned and will output the specified number of rows
Detailed Descriptionā
The Limit node returns only the specified number of rows. For instance, if the child node is a sequential scan, execution of that scan will be stopped when ānā rows have been returned. The Limit node is introduced by the SQL LIMIT
clause and optionally accepts an OFFSET
Additional Linksā
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search onlineā
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.