Skip to content

docs: Explicit docs for view query result limits #260

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johanandren
Copy link
Contributor

References https://github.com/lightbend/kalix-runtime/issues/3077

I'm not entirely sure we want this in the docs, but leaving it here for discussion.

@github-actions github-actions bot added the documentation documentation related label Feb 24, 2025
Copy link
Member

@pvlugter pvlugter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be useful to have all limits listed somewhere, including the various size limits (which we may want to update first).

== View limits

There is no limit to how many entries a view can contain, however, all queries are limited to return at
most 10 000 entries, if a query returns a larger result the view will throw an exception.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
most 10 000 entries, if a query returns a larger result the view will throw an exception.
most 10 000 entries. If a query returns a larger result, the view will throw an exception.

@johanandren
Copy link
Contributor Author

Yeah, maybe better with a single place than to spread them out across various pages.

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

Successfully merging this pull request may close these issues.

2 participants