ChenHuajun / pg_roaringbitmap

RoaringBitmap extension for PostgreSQL
Apache License 2.0
223 stars 37 forks source link

Use in production ? #2

Closed nhaberl closed 5 years ago

nhaberl commented 5 years ago

Hey, would like to use it in production mode ... any experiences here so far ?

lemire commented 5 years ago

The underlying library, CRoaring, is definitively used in production.

nhaberl commented 5 years ago

Thanks, have been using it in C# so far and the performance is impressive (especially related to space used) and so far I wonder that it's quite "unpopular" on Postgres ...

ChenHuajun commented 5 years ago

pg_roaringbitmap has a relatively comprehensive RT test set, which runs before each release, and also checks for memory leaks, so I think it is ready be used in production. And we have many systems ourselves that had used it in a production environment.