diff options
author | Eduardo Julian | 2022-02-27 04:53:04 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-27 04:53:04 -0400 |
commit | 4167849041d7635a0fc2e81fc2bebae3fa0bb3d9 (patch) | |
tree | 5bbe3fc5efb146e709820d2b00a2bcbbf8b4827a /documentation/bookmark/data | |
parent | 08518ba37d9094c5cc8683fc404c349e534b8dc9 (diff) |
Fixed directive extensions for Lux/Lua.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/data_structure/probabilistic.md (renamed from documentation/bookmark/probabilistic_data_structure.md) | 1 | ||||
-rw-r--r-- | documentation/bookmark/database.md | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/documentation/bookmark/probabilistic_data_structure.md b/documentation/bookmark/data_structure/probabilistic.md index 32f31bf24..5831523c6 100644 --- a/documentation/bookmark/probabilistic_data_structure.md +++ b/documentation/bookmark/data_structure/probabilistic.md @@ -5,6 +5,7 @@ # Reference +0. [Ribbon Filter](http://rocksdb.org/blog/2021/12/29/ribbon-filter.html) 0. [Binary Fuse Filters: Fast and Smaller Than Xor Filters](https://arxiv.org/abs/2201.01174) 0. [Ribbon filter: practically smaller than Bloom and Xor](https://arxiv.org/abs/2103.02515) 0. [Xor Filters: Faster and Smaller Than Bloom Filters](https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/) diff --git a/documentation/bookmark/database.md b/documentation/bookmark/database.md index f061b7604..b2fb5591e 100644 --- a/documentation/bookmark/database.md +++ b/documentation/bookmark/database.md @@ -186,6 +186,10 @@ 0. https://www.aerospike.com/ 0. https://sirix.io/ +## Relational + +0. [dqlite: Embeddable, replicated and fault tolerant SQL engine.](https://github.com/canonical/dqlite) + ## Immutable 0. [immudb: OPEN SOURCE IMMUTABLE DATABASE](https://codenotary.com/technologies/immudb/) |