CARDINALITY

An approximate count of distinct elements (e.g. unique users, unique sessions).

Backed by a us.tractat.kuilt.crdt.HyperLogLog. The estimate is accurate to ~0.81% at the default precision; two replicas merge by element-wise max of the register arrays, so duplicates across replicas are automatically deduplicated.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int