Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
1.2.5, 5.6.5, 6.3.1
-
Red Hat Enterprise Linux Server release 7.6
Mariadb 10.3 CS 1.2.5
Description
Hello,
is it somehow possible to maintain bloat tables?
One of our Servers needed 1,8T for data, after we reinstalled mariadb and after a fresh ETL the datasize is about 350Gb.
So we assume that the database is bloat somehow over time.
mysqlcheck --optimize is not working with Engine ColumnStore.
ty in advance.
br Andreas
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Affects Version/s | Icebox [ 22302 ] |
Affects Version/s | 1.2.5 [ 23613 ] |
Fix Version/s | Icebox [ 22302 ] | |
Affects Version/s | 6.2.3 [ 27102 ] | |
Affects Version/s | Icebox [ 22302 ] |
Affects Version/s | 6.3.1 [ 25801 ] | |
Affects Version/s | 5.6.5 [ 27515 ] | |
Affects Version/s | 1.2.5 [ 23613 ] | |
Affects Version/s | 6.2.3 [ 27102 ] |
Summary | Optimize Tables | Table data bloat EMPTY records removal tool |
Greetings aeae81.
In our columnar format EMPTY records are represented by a dedicated number(depends on the underlying data type). When one deletes a record EMPTY records replaces actual values to tell the record has been removed. However these records are not reused by cpimport or INSERT..SELECT only by INSERT so in most cases they are waste disk space.
No, we don't have bloat removal tool yet but we have for the tool in mind. The only way ATM is to re-ingest the data.