marklogic-community / marklogic-state-conductor

An event-based state-machine engine for manipulating MarkLogic database documents.
Other
1 stars 4 forks source link

enhanced counting calculations #166

Closed aclavio closed 3 years ago

aclavio commented 3 years ago

Fixes #158 Fixes #162

Note: an implementation using cts.estimate() does also appear to work (and is even faster than aggregate), however I don't want to use it until I guarantee it's accuracy.