You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Having single badger.KV instance but prefix keys with namespace info? (e.g. 0x00 for table1, 0x01 for table2, e.t.c.)
Having badger.KV per logical table? And hence multiple data dirs.