[MCOL-4685] Eliminate some irrelevant settings (uncompressed data and extents per file) Created: 2021-04-20 Updated: 2021-06-16 Resolved: 2021-06-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 6.1.1 |
| Type: | Task | Priority: | Minor |
| Reporter: | Gregory Dorman (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2021-7, 2021-8, 2021-9 | ||||||||
| Description |
|
1. remove the option to declare uncompressed columns (set columnstore_compression_type = 0). |
| Comments |
| Comment by Denis Khalikov [ 2021-06-07 ] | |||||||||||||||||||
|
Changes: 1. Removes the option to declare uncompressed columns (set columnstore_compression_type = 0). Testing instructions (denis0x0D, please verify and complete): | |||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-06-15 ] | |||||||||||||||||||
|
Is the test case for in the last comment meant for | |||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-06-15 ] | |||||||||||||||||||
|
Build tested: 6.1.1 ( Drone #2586 ) So far, tested columnstore_compression_type. When setting columnstore_compression_type in MariaDB session or server.cnf, this is the new behavior: 6.1.1 Why do we introduced the new value UNUSED? This new value of UNUSED is ambiguous and creates confusion. It should be set to SNAPPY instead when columnstore_compression_type is set to 0. 5.5.2 behavior | |||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-06-15 ] | |||||||||||||||||||
|
I did not get an error when setting compression to 0
| |||||||||||||||||||
| Comment by Denis Khalikov [ 2021-06-15 ] | |||||||||||||||||||
|
dleeyh right, currently no error for compression_type=0, it sets just default compression. | |||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-06-15 ] | |||||||||||||||||||
|
Build tested: 6.1.1 ( Drone #2586 ) Verified: 4. ExtentsPerSegmentFile has been removed from Columnstore.xml file | |||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-06-16 ] | |||||||||||||||||||
|
Build verified: 6.1.1 ( Drone #2599 ) columnstore_compression_type shows SNAPPY when setting to 0. |