Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Make some options dynamically configurable #74

Closed
yoshinorim opened this Issue · 6 comments

4 participants

@yoshinorim
Owner

Some options like rocksdb_bytes_per_sync should be configurable dynamically.

@jkedgar jkedgar self-assigned this
@jkedgar
Collaborator

Does this mean that you want a global variable in MyRocks so that you can configure this option by using "Set rocksdb_bytes_per_sync = "?

What other options should be this way?

@yoshinorim
Owner

I'd like to start from dynamically configurable DB options. Static options such as wal_dir, rocksdb_data_dir are not targets. For CF/Table options, I think we need more discussions.

@jkedgar
Collaborator

Is there a list of dynamically configurable options?

@siying
Collaborator

Search options.h and all dynamic configurable options will write in comments "dynamic changeable".

@jkedgar
Collaborator

The SetOptions() method appears to operate on a column family - the default column family if no column family is specified. Do I need to iterate through all the column families when an option is set via MySQL or do I just set it for the default column family?

The bytes_per_sync setting does not appear to be dynamically configurable. It is not listed as such in options.h and doesn't show up in util/options_helper.cc. Am I missing something?

@hermanlee hermanlee referenced this issue in facebook/mysql-5.6
Open

Make some options dynamically configurable #43

@hermanlee hermanlee 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.