Commit Graph

21 Commits

Author SHA1 Message Date
Gav Wood 4f1f33d1b8 Retweak BASE and MULTIPLIER in rocksdb config. (#1445) 2016-06-27 09:20:38 +02:00
Gav Wood 2400001675 More conservative settings for rocksdb. (#1440) 2016-06-25 23:13:34 +02:00
Nikolay Volf 27b18df3dd further rocksdb tuning (#1409) 2016-06-23 18:56:43 +02:00
NikVolf 9132895d0e limit flush rate 2016-06-21 17:20:47 +03:00
NikVolf d42f8eac1e little less extreme file sizes 2016-06-21 12:07:07 +03:00
NikVolf 1f599ac6f9 fix type 2016-06-20 23:01:09 +03:00
NikVolf d874555310 make default 100mb file size 2016-06-20 22:45:24 +03:00
Nikolay Volf c6616431b0 fix tests 2016-06-20 14:20:13 +03:00
Nikolay Volf 7e452ab2e0 configurable cache size 2016-06-20 13:42:04 +03:00
Marek Kotewicz ca008fb541 migration fixes (#1155)
* dont use system temp for migration, do backup

* fixed issue with number of open files on osx

* fixed compilation of util tests
2016-05-27 08:23:29 +02:00
Nikolay Volf dfac17538f ethcore-db crate (#1097)
* trait

* implentated, lifetime issue still

* full api

* test mod

* working open

* get/retrieve

* fix warnings and bug

* working serialization of &[u8] parameters

* client attributes

* fix empty payload ser/de

* [ci skip] debug assert out

* extra deserialization test

* extra serialization test

* extra serialization test

* serialization fixes, nupdate rocksdb

* open test working

* result bug & remove some scaffolds

* fix warnings

* more simple tests

* consistent quotes

* get rid of dedicated is_open flag

* hashmap -> btreemap
2016-05-19 14:36:15 +02:00
Tomasz Drwięga 85da55a537 Fixing warnings 2016-04-06 10:55:40 +02:00
Tomasz Drwięga 8709dd28f8 Fixing clippy warnings 2016-03-11 10:58:51 +01:00
Tomasz Drwięga cbc2c0cf0c Fixing clippy warnings. When building on nightly it is required to enable clippy 2016-03-07 14:34:17 +01:00
arkpar 764f6e9347 Merge branch 'db' of github.com:ethcore/parity into db 2016-02-22 13:48:43 +01:00
arkpar 077c5662a8 Fixed a warning 2016-02-22 13:47:25 +01:00
arkpar 67cd29f4e1 Whitespaces 2016-02-21 16:58:56 +01:00
Nikolay Volf bcc4ca48ab to new namespace 2016-02-21 15:19:08 +03:00
arkpar 68795ea031 Fixed typos 2016-02-18 21:40:17 +01:00
arkpar 99600ba370 DB Test 2016-02-18 21:15:56 +01:00
arkpar e99f604133 rocksdb abstraction layer 2016-02-18 03:46:34 +01:00