Commit Graph

2 Commits (36bab6322b93835afbe48edb403d4de93c639638)

Author SHA1 Message Date
Imran Zaheer 292247e2cc Account for worst compress sizes before allocating a new chunk
- When compression is enable, in case for a worst compression input_data_size < compressed_data_size. This will increease the data length and again will cause enlargeStringInfo() failures.
- We should also account for this change before allocation/deciding a new chunk group. GetMaxCompressedLength() will help us
calculating the expected worst compressed sizes before hand.
2025-09-21 20:43:47 +05:00
jeff-davis 3b12556401
Columnar: cleanup (#4814)
* Columnar: fix misnamed file.

* Columnar: make compression not dependent on columnar.h.

* Columnar: rename columnar_metadata_tables.c to columnar_metadata.c.

* Columnar: make customscan not depend on columnar.h.

Co-authored-by: Jeff Davis <jefdavi@microsoft.com>
2021-03-15 11:34:39 -07:00