Add config to change the default query row limit
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
Currently, if no LIMIT if specified, a query will only return 10 results. Add a config to change the default number.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by tracing how queries without an explicit LIMIT receive the current default of 10, then identify the configuration path that controls query defaults. Done means users can configure the default row limit and queries without LIMIT return that configured number while explicit LIMIT values remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100