Jan
0f03655ce3
issue #9654 : make `--rocksdb.max-write-buffer-number` work ( #9751 )
...
* issue #9654 : make `--rocksdb.max-write-buffer-number` work
* fix the logic
2019-08-20 12:54:24 +03:00
Jan
a35f6ccf10
fix type of hidden startup option `--rocksdb.recycle-log-file-num` ( #8517 )
2019-03-22 11:21:53 +01:00
Jan
00ac1db850
add RocksDB options `--rocksdb.allow-fallocate` and `--rocksdb.limit-open-files-at-startup` ( #8493 )
2019-03-21 14:21:35 +01:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Jan
be0f8b59fa
added option `--rocksdb.enforce-block-cache-size-limit` ( #7505 )
2018-11-28 21:02:45 +01:00
Jan
28e22d60be
add option `--rocksdb.total-write-buffer-size` ( #7025 )
2018-10-25 11:36:26 +02:00
Jan
840ad8c20d
added option `--rocksdb.use-file-logging` ( #6308 )
2018-08-31 17:23:00 +02:00
Vasiliy
6fd541d110
issue 427.5: use ApplicationServer reference instead of pointer ( #6145 )
...
* issue 427.5: use ApplicationServer reference instead of pointer
* address MSVC build failure
2018-08-15 12:16:02 +03:00
Jan
1f16898027
added more RocksDB options and stats ( #6006 )
2018-07-26 16:48:25 +02:00
Jan
247f60bf1e
недоёб ( #4298 )
...
make the default value of `--rocksdb.block-cache-shard-bits` use the RocksDB
default value. This will mostly mean the default number block cache shard
bits is lower than before, allowing each shard to store more data and cause
less evictions from block cache
2018-01-16 00:26:30 +01:00
Simon Grätzer
3f58a44e3b
Fix cases where the root user has access to excluded collections ( #2856 )
2017-08-03 21:16:08 +02:00
Simon Grätzer
59dc8d0135
Update rocksdb options ( #2880 )
...
* changing some defaults
* Maybe fixing performance
* Modified changelog
* Updated documentation to reflect options
2017-07-27 16:05:31 +02:00
Jan
ccbe1ba792
Bug fix/fix rocksdb options ( #2702 )
...
* cleanup rocksdb options
2017-07-02 23:13:42 +02:00
Frank Celler
ce8b1fb885
Feature/rocksdb update 5.6 ( #2621 )
2017-06-20 18:12:43 +02:00
jsteemann
427fc35f35
fix MSVC compile warnings
2017-06-08 10:48:39 +02:00
Dan Larkin
c48eb92c1e
Added some more pass-through options for RocksDB and optimized a couple defaults.
2017-06-06 10:51:01 -04:00
Frank Celler
4b61f5b8bb
added --rocksdb.num-uncompressed-levels
2017-05-29 11:56:48 +02:00
jsteemann
631453a1f3
more options
2017-05-24 11:15:36 +02:00
jsteemann
b1aae2efdd
remove unused options
2017-05-12 12:12:09 +02:00
jsteemann
7577fed6fb
added logger
2017-05-08 18:24:40 +02:00
Dan Larkin
9924fa1480
Added more RocksDB passthrough options.
2017-05-07 11:08:25 -04:00
jsteemann
1e72f8ccdc
allow configuration of use_fsync from the outside
2017-05-04 01:15:09 +02:00
jsteemann
2e3d704d10
fix MSVC compile warnings
2017-05-03 15:47:45 +02:00
jsteemann
0434d88ab4
rocksdb options
2017-04-25 02:22:00 +02:00
jsteemann
6786f7257e
formatting
2017-04-19 17:26:12 +02:00
Jan Christoph Uhde
507b870ff1
add RocksDBOptionFeature to unify configuration of RocksDB
...
instances for storage-engine and persistent-index that are used mutual
exclusive.
2017-04-19 12:20:41 +02:00