Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1) WAL compression - compress event data once certain threshold is reached https://mariadb.com/kb/en/library/compressing-events-to-reduce-size-of-the-binary-log/
?? 2) ColumnStore format2) Page compression - uncompressed in memory, compressed on disk https://mariadb.com/kb/en/library/compression/
?? 3) Independent Column Compression (similar to Percona?)
4) COMPRESS function (similar as in MySQL?) https://mariadb.com/kb/en/library/compress/
?? 5) ColumnStore
// TODO

...