Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Populate table index -> column family mappings at start-up #27

Closed
jonahcohen opened this Issue · 2 comments

3 participants

@jonahcohen
Collaborator

Currently the RocksDB-SE data dict is populated at startup with table -> index mappings, but those indices don't have mappings to their associated column families. The get_cf call returns null.

This relies on MySQL to open the table at some point in order to fill in the column families. For fast drop table, we need access to these column families even if the table hasn't been opened already.

@spetrunia spetrunia was assigned by jonahcohen
@spetrunia spetrunia was unassigned by jonahcohen
@jonahcohen jonahcohen self-assigned this
@jonahcohen
Collaborator

I think I can take this myself.

@yoshinorim yoshinorim closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.