[MDEV-16840] MyRocks: Windows binary: Support a fast compression algorithm Created: 2018-07-27 Updated: 2018-08-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
At the moment, MyRocks binary on Windows only supports Zlib compression algorithm. It should support at least one of the faster algorithms: zstd, snappy, lz4. |
| Comments |
| Comment by Vladislav Vaintroub [ 2018-08-01 ] |
|
Rocksdb can easily support a XPRESS, which is Windows builtin. It was described in https://docs.microsoft.com/en-us/windows/desktop/cmpapi/using-the-compression-api as Other mentioned algorithms are harder to support, since OS does not provide them in any form, and we do not support what OS does not support elsewhere |