EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.28k stars 3.6k forks source link

[Developer Preview] RocksDB Storage for DB and Key Value APIs ,what's the issue detail ? #11087

Open shuihan666 opened 2 years ago

shuihan666 commented 2 years ago
image

https://developers.eos.io/manuals/eos/v2.1/release-notes/v2.1.0-rc1/#developer-preview-rocksdb-storage-for-db-and-key-value-apis-9340-9529

Does anyone can tell me why this feature is not yet ready for production usage? Anyone can tell me the details, please? I need to explain to my client for the details.

Thanks!

matthewdarwin commented 2 years ago

There is no further development expected on this repo, and several features in 2.1 branch will not be carried forward, including this one. See https://github.com/eosnetworkfoundation/mandel for current development.

One of the issues is that rocksdb storage is too slow compared to chainbase.

shuihan666 commented 2 years ago

There is no further development expected on this repo, and several features in 2.1 branch will not be carried forward, including this one. See https://github.com/eosnetworkfoundation/mandel for current development.

One of the issues is that rocksdb storage is too slow compared to chainbase.

Although it is slow compared to chainbase, is it stability guaranteed for production usage? As we have completed the relevant development on this feature. We need to know if there is any other issues or risks in potential when we deploy production.

Thanks!

matthewdarwin commented 2 years ago

It is marked as "developer preview", so I wouldn't use in production.