Update value for maximum size of a JSON query on limitations page.
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 118
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
The limitations page incorrectly states the the maximum size of a JSON query is 64MB. The current true value is 128MB as per: https://github.com/rethinkdb/rethinkdb/blob/v2.3.5/src/client_protocol/protocols.cc#L8.
Bonus: would also be handy if the limitations section stated clearly that the same constraint applies to the maximum size of a binary file that you can store in a document.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open 8-architecture/limitations.md and compare its JSON query limit with the value in src/client_protocol/protocols.cc at the referenced version. Update the limit from 64MB to 128MB and clarify whether the same constraint applies to binary files stored in a document; done means the limitations page accurately states both points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100