[MDEV-22584] MyRocks/RocksDB: possible to use the "Plain Table" SST format? Created: 2020-05-15 Updated: 2020-05-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Fix Version/s: | None |
| Type: | Task | Priority: | Trivial |
| Reporter: | Stefano | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | rocksdb, sst | ||
| Description |
|
I read here that the SST-files created by the RocksDB storage engine can store tables in 2 different formats:
Reason why I'm asking: I must mention that so far I don't understand much of how MyRocks works - so far I only dared to change the compression algo of the default CF. |
| Comments |
| Comment by Stefano [ 2020-05-16 ] | |||
|
Ok, I guess like for example this:
Is there anywhere any documentation about the (probably few?) options that can be used with that plain table format? | |||
| Comment by Stefano [ 2020-05-20 ] | |||
|
I have abandoned the attempt to use the "plain" table/sst format. I tried multiple configurations, e.g. ...
...but it always resulted in a direct crash of MariaDB or in the rows not being saved in the filesystem (they would just disappear after a restart and/or there would be a crash while shutting down MariaDB or there would be a crash while trying to query the table after having inserted at least 1 row) Don't know... Cheers |