citusdata / citusdata/cstore_fdw
introduce dictionary to allow string compression
Open
enhancement
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
This would make sense if a text column contains values from a set of strings. We could cache those strings in a dictionary and store only references.
This approach requires some re-design on data storage and querying. I am noting here to keep in mind for future work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.