ChenHuajun / pg_roaringbitmap

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

是否能支持long类型 #12

Open PoliceSchool opened 4 years ago

PoliceSchool commented 4 years ago

这个roaringbitmap函数只能支持32位整数,有没有能支持64位整数的,或者有没有其他相关函数能支持

ChenHuajun commented 4 years ago

目前不支持64位整数。后面会考虑这个需求

steven-sheehy commented 8 months ago

I would also like to express my support for bigint being added to this extension. My project stores timestamps with nanosecond granularity inside a single bigint column and would like to use this timestamp as the value in the bitmap.