[MCOL-5131] mcsRebuildEM - add support to calculate HWM for system cat. files. Created: 2022-06-13 Updated: 2023-10-26 Resolved: 2022-06-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.2.1 |
| Fix Version/s: | 6.4.1 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Denis Khalikov | Assignee: | Denis Khalikov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2021-17 | ||||||||
| Description |
|
System cat. files are not compressed for some reason, that means, those files do not have a special header with `lbid`, `colwidth` and so on. We restore extents for this files from binary blob (initial state) and HWM is not calculating for them because `ChunkManager` does not have an API to read not compressed files block by block. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2022-06-27 ] | |||||||||||||||||||
|
Build tested (#4661) Executed tests using Docker containers. Test scenario
Dataset size: 1 gb DBT3 1PM local storage - PASSED Dataset size: 10 gb DBT3 1PM local storage - FAILED *
The two failed cases also failed in VMs, not just in Docker containers. | |||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2022-06-28 ] | |||||||||||||||||||
|
Build tested (#4749) Tested new build with 10gb, 20gb, and 50gb datasets on both 1PM and 3PM configurations. Passed. |