•
• The “find duplicates” REST command (GET /{application}/{table}/_duplicates) has been updated to be more resilient to shards that are updated (merged) while the command is executing.
• A new ROUNDUP function can be used to round numeric field values up or down to a specific value before passing to a metric function.
•
• A new auto-merge option schedules a background task to automatically check shards and merge any new data. Background merging is compatible with manual REST command merging.
• Object queries can now use xlink fields in the fields (&f) parameter. Example: GET /Email/Message/_query/?q=*&f=InReplyTo.*
• An Optimizing OLAP Applications section was added to describe techniques for improving OLAP updates and queries.
• New quantified link path comparison functions have been added: EQUALS, CONTAINS, INTERSECTS, and DISJOINT.