10 Commits

Author SHA1 Message Date
Ulf Wiger
dd23a80e27 use only normal iterator function 2018-03-06 22:11:41 +01:00
Ulf Wiger
43b861215a
Merge pull request #4 from aeternity/uw-shortest-prefix-on-select
On select, mnesia_rocksdb would only calculate a key prefix for the
2018-02-16 19:52:52 +01:00
Ulf Wiger
0345e3558b On select, mnesia_rocksdb would only calculate a key prefix for the
first select clause in a multi-clause select pattern. This could give
erroneous results if the first pattern was more specific (on the key)
than following patterns. This change calculates a prefix for all clauses
and keeps the shortest common prefix.
2018-02-16 18:43:59 +01:00
Ulf Wiger
ff823c4ee1
Merge pull request #3 from aeternity/uw-more-renaming
More renaming, ldb -> rdb
2018-02-06 20:05:42 +01:00
Ulf Wiger
af4c6e8fd2 More renaming, ldb -> rdb 2018-02-06 20:03:01 +01:00
Ulf Wiger
d326daf251
Merge pull request #2 from aeternity/uw-use-official-sext
Use official sext instead of copy
2018-02-06 14:32:52 +01:00
Ulf Wiger
3c6f6dfdab
Merge pull request #1 from aeternity/uw-add-rocksdb-app-dep
ensure rocksdb started at backend init
2018-02-06 14:32:32 +01:00
Ulf Wiger
3fccd1cd4f Use official sext instead of copy 2018-02-06 14:30:17 +01:00
Ulf Wiger
a70f84f645 ensure rocksdb started at backend init 2018-02-06 13:58:17 +01:00
Ulf Wiger
6c9f5b565f first version, based on mnesia_eleveldb 2018-02-06 09:43:57 +01:00