What's Changed
- [Preview] Added support for index pushdown for sort queries filtering on
_id
field. - [Preview]Validate $jsonSchema syntax during rule creation or modification(schema validation) [Preview]. Requires
documentdb.enableSchemaValidation
GUC to beon
. - [Preview] Support schema enforcement with CSFLE integration [Preview]. Requires the GUC
documentdb.enableSchemaEnforcementForCSFLE
(enabled by default) anddocumentdb.enableSchemaValidation
to be set to on. - [Preview] TTL index uses ordered index scan via index hints. TTL index performs batch deletions continuously for up to 60 seconds, instead of once every 60 seconds.
Full Changelog: v0.106-0...v0.107-0