Sunday, March 26, 2017

[google-cloud-sql-discuss] Postgres extension request: postgresql-hll

This extension adds support for a HyperLogLog data structure - useful for counting distinct values while using a reasonable amount of space: https://github.com/aggregateknowledge/postgresql-hll

In the meantime a Redis instance tuned for persistence can be used instead, as Redis natively supports HyperLogLog. But I would like to get rid of the additional dependency if possible.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/112a5fd4-978e-4181-a668-27a871536a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment