rocksdb/include/rocksdb
Igor Canadi 96ab15d306 GetOptionsFromString + fixes to block_based_table_options
Summary:
In mongo, we currently have a single column family and I'd like to support setting rocksdb::Options from string. This diff provides an option to GetOptionsFromString()

There's one more problem. Currently GetColumnFamilyOptionsFromString() overwrites block_based options. In mongo I set default values for block_cache and some other values of BlockBasedTableOptions and I don't want them reset to default with GetOptionsFromString().

Test Plan: added unit test

Reviewers: yhchiang, rven, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D33729
2015-02-19 19:11:14 -08:00
..
utilities GetOptionsFromString + fixes to block_based_table_options 2015-02-19 19:11:14 -08:00
c.h Added some more wrappers and wrote a test for backup in C 2015-02-07 14:25:10 +03:00
cache.h Remove unused member(s) 2014-09-05 20:50:29 -07:00
compaction_filter.h Add missing include to use std::unique_ptr 2014-08-23 13:02:21 -04:00
comparator.h CompactFiles, EventListener and GetDatabaseMetaData 2014-11-07 14:45:18 -08:00
db.h Add rocksdb.num-live-versions: number of live versions 2015-02-19 13:10:37 -08:00
env.h Switch logv with loglevel to virtual 2015-02-09 20:59:29 +01:00
filter_policy.h Implement full filter for block based table. 2014-09-08 10:37:05 -07:00
flush_block_policy.h move block based table related options BlockBasedTableOptions 2014-08-25 14:22:05 -07:00
immutable_options.h Fix iOS compile with -Wshorten-64-to-32 2014-11-13 14:39:30 -05:00
iostats_context.h Fix ios compile 2014-08-28 12:46:05 -04:00
iterator.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
ldb_tool.h [RocksDB] allow LDB tool to have customized key formatter 2014-06-23 15:35:40 -07:00
listener.h Add compaction listener. 2015-01-27 14:44:02 -08:00
memtablerep.h Enforce write buffer memory limit across column families 2014-12-02 12:09:20 -08:00
merge_operator.h Enhance partial merge to support multiple arguments 2014-03-24 17:57:13 -07:00
metadata.h Fixed -WShadow errors in db/db_test.cc and include/rocksdb/metadata.h 2014-11-07 14:57:51 -08:00
options.h Managed iterator 2015-02-18 11:49:31 -08:00
perf_context.h Perf Context to report DB mutex waiting time 2015-02-09 17:55:12 -08:00
rate_limiter.h expose RateLimiter definition 2014-07-25 15:17:06 -07:00
slice_transform.h Unaddressed comment in previous diff. Change only in code comments. 2015-01-30 16:07:35 -08:00
slice.h Fix implicit compare 2014-11-07 12:41:05 -08:00
sst_dump_tool.h Dump routine to BlockBasedTableReader 2014-12-23 13:24:07 -08:00
statistics.h Added RocksDB stats GET_HIT_L0 and GET_HIT_L1 2015-02-09 14:53:58 -08:00
status.h CompactFiles, EventListener and GetDatabaseMetaData 2014-11-07 14:45:18 -08:00
table_properties.h TablePropertiesCollectorFactory 2014-05-13 12:30:55 -07:00
table.h Remember whole key/prefix filtering on/off in SST file 2015-02-11 11:20:04 -08:00
thread_status.h Add a counter for collecting the wait time on db mutex. 2015-02-04 21:39:45 -08:00
transaction_log.h Revert "Fix bad merge of D16791 and D16767" 2014-03-12 09:37:43 -07:00
types.h Add License message to public header files. 2013-11-18 10:21:35 -08:00
universal_compaction.h Support Multiple DB paths (without having an interface to expose to users) 2014-07-02 21:14:44 -07:00
version.h New BlockBasedTable version -- better compressed block format 2015-01-14 16:24:24 -08:00
write_batch.h Remove the use of exception in WriteBatch::Handler 2014-12-04 12:01:55 -08:00