Giter VIP home page Giter VIP logo

Comments (6)

ordian avatar ordian commented on September 28, 2024

This is only relevant when using
rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple
column families.

We're not using this method and hence it's not a security release for kvdb-rocksdb.

from parity-common.

jasl avatar jasl commented on September 28, 2024

+1 another reason is rocksdb depends on zstd which not follows semantic versioning, 0.18.0 still use old version which will conflict with latest one

from parity-common.

ordian avatar ordian commented on September 28, 2024

+1 another reason is rocksdb depends on zstd which not follows semantic versioning, 0.18.0 still use old version which will conflict with latest one

Substrate doesn't use zstd feature of rocksdb. Even if it's enabled, it will use snappy compression for compatibility reasons.

from parity-common.

jasl avatar jasl commented on September 28, 2024

+1 another reason is rocksdb depends on zstd which not follows semantic versioning, 0.18.0 still use old version which will conflict with latest one

Substrate doesn't use zstd feature of rocksdb. Even if it's enabled, it will use snappy compression for compatibility reasons.

But if other crate enable zstd, Substrate's one will enable it too, then two zstd conflict each other, this Cargo bad

from parity-common.

ordian avatar ordian commented on September 28, 2024

But if other crate enable zstd

why would another crate use rocksdb directly instead of kvdb-rocksdb and enable zstd feature of it knowing it's useless if snappy is also enabled?

from parity-common.

jasl avatar jasl commented on September 28, 2024

But if other crate enable zstd

why would another crate use rocksdb directly instead of kvdb-rocksdb and enable zstd feature of it knowing it's useless if snappy is also enabled?

zstd is default feature of rocksdb https://github.com/rust-rocksdb/rust-rocksdb/blob/master/Cargo.toml#L23
so if you don't default-feature=false, it will enable by default

We're using monorepo, a blockchain-browser app use RocksDB directly for backend storage like normal web app, that's why we found the conflicts

from parity-common.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.