cybertec-postgresql / pgfaceting

Faceted query acceleration for PostgreSQL using roaring bitmaps
BSD 3-Clause "New" or "Revised" License
150 stars 10 forks source link

[DISCUSSION] Pushing this to aurora postgres? #4

Open Dharin-shah opened 1 year ago

Dharin-shah commented 1 year ago

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 if we'd had this extension supported there.

Thanks.

ants commented 1 year ago

You should first push for pg_roaringbitmap availability. This extension right now does not require any superuser permissions and can deployed manually by users if need be. The performance sensitive number crunching is done using pg_roaringbitmap.

Dharin-shah commented 1 year ago

yes, i have mailed them to onboard both of these extensions, and have received a reply for more details of the use case, will keep posted.