citusdata / citusdata/cstore_fdw
cstore foreignscan is faster than Seqscan,but is slower than bitmapheadscan
Open
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
since cstore_fdw has a skiplist index, but can we have a foreign bitmap head scan that is not slower than postgresql bitmap head scan. so we can get a better performence, I am about to do so, is it feasible?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.