Tpt
a271e39fa0
Upgrades to RocksDB 7.10.2
2 years ago
Tpt
c8caf805fa
Uses clang-format for C/C++ code
...
Uses the same configuration as RocksDB
2 years ago
Benedikt Seidl
f7637ee5a5
Add option to open database in read-only mode
...
With read-only it's not possible to modify the data. Updates to the data
are possible via a primary instance of oxigraph, but will not be
reflected. The data is frozen at the time the read-only server is
started.
2 years ago
Benedikt Seidl
aa9476b9cc
Add option to open rocksdb in secondary mode
...
The database can be opened once in primary mode, but may be opened
multiple times in secondary mode. It's not possible to write data to the
database in secondary mode.
Secondary mode does not support checkpoints so there might be data
inconsistencies when data is changed while said data is queried. It
might happen that the result data mixes both elements before and after
the change that can not happen in primary mode.
2 years ago
Tpt
b267d5ea07
Upgrades dependencies
2 years ago
Tpt
ca415ec044
Reduces RocksDB file size
...
Creates smaller source-code archives
2 years ago
Tpt
44fc4eef1a
Releases v0.3.11
2 years ago
Tpt
0c23589187
Upgrades to RocksDB 7.9.2
2 years ago
Tpt
14121b21f4
Upgrades RocksDB to v7.8.3
2 years ago
Tpt
686e1edc8e
Set Rust MSRV to 1.60
...
It is the actual MSRV of the last released version
2 years ago
Tpt
808c9db007
String formatting: uses inline syntax
2 years ago
Tpt
e055c7b5f8
Releases v0.3.10
2 years ago
Tpt
2fcc052ecd
Releases v0.3.7
2 years ago
Tpt
b3871fb8f2
Upgrades dependencies
2 years ago
Tpt
ee65afaaea
Upgrades LZ4 to v1.9.4
2 years ago
Tpt
e686e8ce8f
Improves RocksDB build options
2 years ago
Tpt
c7c82c06db
Releases v0.3.3
2 years ago
Tpt
ed5004a70d
Fixes RocksDB build
2 years ago
Tpt
489d271148
Upgrades bindgen
2 years ago
Tpt
43c86e873c
Upgrades RocksDB to v7.3.1
2 years ago
Tpt
283444f7c3
Releases v0.3.2
3 years ago
Tpt
325b2c8f58
Upgrades to RocksDB 7.1.2
3 years ago
Tpt
e75de43042
Hide C++ warnings from RocksDB compilation
3 years ago
Tpt
fab55424b3
Releases v0.3.1
3 years ago
Tpt
429313f188
Updates RocksDB to 7.0.4
3 years ago
Tpt
d75c47e851
Upgrades RocksDB to 7.0.3
3 years ago
Yuri Astrakhan
80ec5035e8
a few more branch renames
...
(I accidentally had an extension filter on when I did the first pass, thx for catching)
3 years ago
Tpt
913a826140
Releases v0.3.0
3 years ago
Tpt
f04b8a0fb4
Hides bindgen generated code warnings
3 years ago
Tpt
d3970a5848
Releases v0.3.0-rc.1
3 years ago
Tpt
c755f4bd35
Upgrades RocksDB to 7.0.2
3 years ago
Tpt
ebd2b3b57f
Upgrades RocksDB to 7.0
3 years ago
Tpt
c469d8eec7
Compiles RocksDB using C++17
...
It's going to be the minimal version for RocksDB 7
3 years ago
Tpt
736b8f148c
Upgrades rocksdb and other dependencies
3 years ago
Tpt
b14d0c6221
Starts developing v0.3.0-beta.4
3 years ago
Tpt
f6a8f57f78
Upgrades RocksDB to v0.28.2
3 years ago
Tpt
45031db791
Renames "rocksdb-sys" into "oxrocksdb-sys"
3 years ago