FlyDB
FlyDB copied to clipboard
Optimize data read and write speed
You can change the data file format to 32kb block based on the wal format of RocksDB to speed up data read and write. The wal log format already exists in lib and can be optimized based on it.