You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HLL (Hyper LogLog) is a postgres extension which is used to optimize count queries. It can measure the cardinality of a dataset of billions of items in just a few milliseconds. We are using it in https://github.com/bharatsahaiyak/inbound-js/ through an external image (https://github.com/citusdata/postgresql-hll). Adding the support here would be useful and remove this external dependency.
HLL (Hyper LogLog) is a postgres extension which is used to optimize count queries. It can measure the cardinality of a dataset of billions of items in just a few milliseconds. We are using it in https://github.com/bharatsahaiyak/inbound-js/ through an external image (https://github.com/citusdata/postgresql-hll). Adding the support here would be useful and remove this external dependency.
Refrences:
https://github.com/citusdata/postgresql-hll
The text was updated successfully, but these errors were encountered: