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

Document limits: only apply Max Object Properties limits on indexed fields #821

Closed
tatu-at-datastax opened this issue Jan 22, 2024 · 0 comments · Fixed by #844
Closed

Document limits: only apply Max Object Properties limits on indexed fields #821

tatu-at-datastax opened this issue Jan 22, 2024 · 0 comments · Fixed by #844
Assignees

Comments

@tatu-at-datastax
Copy link
Contributor

tatu-at-datastax commented Jan 22, 2024

As part of evaluation of Document limits (see DocumentLimitsConfig.java / CONFIGURATION.md), we want to:

  • Change validation of "max-object-properties" and "max-document-properties" to only cover indexed fields (that is, exclude no-index fields). This can be done by moving validation logic to occur after pruning no-index fields.
@tatu-at-datastax tatu-at-datastax self-assigned this Jan 25, 2024
maheshrajamani added a commit that referenced this issue Jan 31, 2024
…dexed Objects (#844)

Co-authored-by: Mahesh Rajamani <99678631+maheshrajamani@users.noreply.github.com>
@tatu-at-datastax tatu-at-datastax changed the title Document limits: only apply Max Object/Document Properties limits on indexed fields Document limits: only apply Max Object Properties limits on indexed fields Jan 31, 2024
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

Successfully merging a pull request may close this issue.

1 participant