GodQI
GodQI
We need a new data structure, Expiring key, to extend the database's key-value storage structure. We need to build some instructions into Expiring key to make it more complete. If...
We need a new data structure, Stream , to extend the database's key-value storage structure. We need to build some instructions into Stream to make it more complete. If you...
We need a new data structure, Hash, to extend the database's key-value storage structure. We need to build some instructions into Hash to make it more complete. If you are...
If a data operation, such as data insertion or deletion, fails, you need to perform the operation again according to the operation log.
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 the current FlyDB startup process, all the data is loaded and the index is built, which can take a long time if the database contains a lot of data....