citusdata/cstore_fdw

introduce dictionary to allow string compression

mtuncer opened this issue · 0 comments

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.