[MCOL-5137] MariaDB CS disable versionbuffer Created: 2022-06-15 Updated: 2022-10-13 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 5.6.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | andreas eschbacher | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 8.5 |
||
| Description |
|
Hallo, is it possible to disable the VersionBufferFile? <VersionBuffer> What happens when the VersionBufferFileSize reaches 50 GB? ty best regards |
| Comments |
| Comment by David Hall (Inactive) [ 2022-10-13 ] |
|
There is no way to totally disable the version buffer. It is used for all DML statements (INSERT, UPDATE, DELETE) Each DML statement may cause a different size version buffer entry based on the blocks affected by the statement. |