hasura / hasura/graphql-engine
Env variable for (Limit number of rows per fetch)
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Env variable for (Limit number of rows per fetch)
At the moment we have to provide manually a number for every table we want to limit
And improvement idea is lets add a env variable and use that as default everywhere in every table (Which is not ENUM)
And if user wants then provide another value per table if needs
Because most use cases is that the number will be the same for all tables, so we do not have to specify it every time or forget even to do that
And if someone wants they still should have the possibility to specify it per table
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the existing per-table row-fetch limit and the environment-variable configuration path; done means a default limit applies to non-ENUM tables while an explicit per-table value still overrides it.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100