ChenHuajun / pg_roaringbitmap

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

Chaning bitmap-scan/or to roaringbitmap #1

Closed ddorian closed 5 years ago

ddorian commented 5 years ago

Have you thought about it ? When joining multiple indexes, pg creates a bitmap for each and joins them. Changing it to roaringbitmap (less memory usage).

ChenHuajun commented 5 years ago

Not yet, it sounds like a good idea, I think this question can be sent to the pg mailing list to discuss