Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of arrayLimit #45

Open
maximgatilin opened this issue Apr 5, 2018 · 0 comments
Open

Add support of arrayLimit #45

maximgatilin opened this issue Apr 5, 2018 · 0 comments

Comments

@maximgatilin
Copy link
Contributor

From docs(https://rethinkdb.com/limitations/):

By default, arrays on the RethinkDB server have a size limit of 100,000 elements. This can be changed on a per-query basis with the arrayLimit (or array_limit) option to run.

arrayLimit: the maximum numbers of array elements that can be returned by a query (default: 100,000). This affects all ReQL commands that return arrays. Note that it has no effect on the size of arrays being written to the database; those always have an upper limit of 100,000 elements.

But it looks like we can't specify any options to runQuery from react-rethinkdb. So please add support of these options, like we have for run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant