datasketches-postgresql
datasketches-postgresql copied to clipboard
PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp
I noticed that we did not add Kolmogorov-Smirnov test for KLL (float, double) and classic quantile sketches
``` PostgreSQL 15.7 Citus 12.1.-1 datasketches 1.6.0 select version(); version --------------------------------------------------------------------------------------------------------- PostgreSQL 15.7 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit ``` ``` select report_date, campaign_id,...
Hi team. I am experiencing segfault while I am running datasketches-postgresql tests. Here is the error log ``` psql:test/aod_sketch_test.sql:25: server closed the connection unexpectedly This probably means the server terminated...
Hello, It looks like the latest releases haven't been pushed to `pgxn`?