Skip to content

Question: multiple columns families or logical tables? #255

@dvsekhvalnov

Description

@dvsekhvalnov

Hi,

sorry for naive question, but coming from cassandra experience. How would one implement multiple logical tables or column families (or namespaces if you will) on top of Badger?

  1. Having single badger.KV instance but prefix keys with namespace info? (e.g. 0x00 for table1, 0x01 for table2, e.t.c.)

  2. Having badger.KV per logical table? And hence multiple data dirs.

  3. Something else?

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions