Code Monkey home page Code Monkey logo

Comments (5)

GanZiheng avatar GanZiheng commented on July 17, 2024

Column Family 目前并不支持,下一阶段计划增加这一功能。但不是以多个实例的方式,而是考虑把 Column Family 的值当作键的前缀来实现。

from agatedb.

gcxfd avatar gcxfd commented on July 17, 2024

Column Family 目前并不支持,下一阶段计划增加这一功能。但不是以多个实例的方式,而是考虑把 Column Family 的值当作键的前缀来实现。

我看rocksdb,每个Column Family都可以配置不同的参数,如果作为键前缀,是不是就得公用一套数据库参数,这样是不是减少了配置的灵活性。
image

from agatedb.

GanZiheng avatar GanZiheng commented on July 17, 2024

确实是个问题。如果使用键前缀的方法,就不好为每个 Column Family 进行单独的配置,以及方便地删除 Column Family。

我去看一下 RocksDB 的实现。我认为增加实例的方式是可行的,但不是一个好的方案。

from agatedb.

Connor1996 avatar Connor1996 commented on July 17, 2024

Column Family 目前并不支持,下一阶段计划增加这一功能。但不是以多个实例的方式,而是考虑把 Column Family 的值当作键的前缀来实现。

We'll use key-prefix to emulate the column family on engine trait level of TiKV to workaround, and later implement native support of column family in agatedb.

from agatedb.

zhangjinpeng87 avatar zhangjinpeng87 commented on July 17, 2024

Please use english since this is a global community. Thanks.

from agatedb.

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.