[MCOL-5041] Table data bloat EMPTY records removal tool Created: 2022-04-06 Updated: 2022-10-14 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.2.5, 5.6.5, 6.3.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | andreas eschbacher | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | optimize_table | ||
| Environment: |
Red Hat Enterprise Linux Server release 7.6 |
||
| Description |
|
Hello, is it somehow possible to maintain bloat tables? |
| Comments |
| Comment by Roman [ 2022-06-05 ] |
|
Greetings aeae81. |
| Comment by andreas eschbacher [ 2022-06-10 ] |
|
would https://jira.mariadb.org/browse/MCOL-5021 solve the issue with bloated tables? |
| Comment by David Hall (Inactive) [ 2022-10-13 ] |
|
Re: There is a statement to remove entire partitions. But that is tricky as you would have to know that all data in the partition is no longer needed. Generally, if you are deleting random parts of the table, this is very difficult to ascertain. |
| Comment by andreas eschbacher [ 2022-10-14 ] |
|
HI David, We found an acceptable solution, br andreas |