pgfaceting
pgfaceting copied to clipboard
Faceted query acceleration for PostgreSQL using roaring bitmaps
It's a really great extension, but it currently doesn't support faceting of array fields, it would really be a great feature that can help a lot of people and also...
Quick fix to use passed in value of n for facet depth in place of static value of 5 in `top_values` function.
https://github.com/cybertec-postgresql/pgfaceting/blob/0da2b9f785b245c1023afa5ba1458ba2bd1fd767/sql/pgfaceting--0.2.0.sql#L588 Should probably be something like: ``` ... WHERE rank
Nice project! My id's have bigint as datatype, I get this error when I run the populate_facets function: ``` ERROR: integer out of range CONTEXT: SQL statement "INSERT INTO explore.gbif_enriched_facets...
Hey Maintainers, Is it possible for us to push this extension to be supported in Aurora based postgresql. We use aurora service for our RDS needs, and would be perfect...