-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement document limits #173
Comments
@tatu-at-datastax assigning to you as I assume this is in shredding / de-shredding |
@amorton Yes makes sense was expecting to work on this. Will be interesting combination of validating at different stages, and happens to also align (surprisingly!) with some Jackson OSS work wrt limits -- which are mostly new additions in upcoming Jackson 2.15 (this is sort of hot topic right now; similar limits have existed in XML for a while, now coming to JSON processing). |
Following from spec work in #135
Any document, on insert or after being updated, should be checked again the document rules.
Document limits are under the Documents section in the spec and include:
If a document breaks any rule we should not store it.
If this is happening in an updateMany operation we should not store any of the updated documents.
Work may be blocked by deciding on rules for numbers in #172
The text was updated successfully, but these errors were encountered: