Results 7 comments of Huachao Huang

The design is too simple to be merged so far. Let's leave it as a draft for now.

@ming535 do you want to give it a try?

Just come across and find out that someone finally proposes keyspaces. Please map each table / index of TiDB into a different keyspace, and allow different keyspaces to use different...

@gregwebs Mapping a table into a keyspace has some benefits. First of all, we can remove the `t{table_id}_` prefix for record keys and `t{table_id}_i{index_id}_` prefix for index keys. Once we...

Well, I'm not sure, I just do that for fun. Thanks for letting me know.

How's the progress of this issue, are you still working on https://github.com/facebook/rocksdb/pull/5201? I'm interested on using this feature now.

Looks good to me, when can we use it?