@@ -29,7 +29,9 @@ Schlüssel/Wert-Datenbanksysteme sind z.B. Riak, Cassandra, Redis und MongoDB.
2929+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
3030| **Entwicklungssprache**| Erlang | Java | ANSI C | C++ |
3131+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
32- | **Lizenzen ** | Apache License 2.0 | Apache License 2.0 | BSD-3-Clause License | Server Side Public License |
32+ | **Lizenzen ** | Apache License 2.0 | Apache License 2.0 | Redis Source Available License | Server Side Public License |
33+ | | | | v2, Server-Side Public License | |
34+ | | | | v1 | |
3335+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
3436| **Datenmodell ** | Im Wesentlichen | :term: `Column Family ` | Schlüssel werden als | Flexibles Schema mit |
3537| | :term: `Schlüssel/Wert-Paar ` | entsprechen Tabellen, | Zeichenkette gespeichert, | denormalisiertem Modell |
@@ -49,11 +51,19 @@ Schlüssel/Wert-Datenbanksysteme sind z.B. Riak, Cassandra, Redis und MongoDB.
4951| | | OldNetworkTopologyStrategy | :term: `consistent hashing | |
5052| | | | <Konsistente Hashfunktion>` | |
5153+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
52- | **Anmerkungen ** | | Siehe auch `Scylla `_, eine | Siehe auch `KeyDB `_, ein Fork | `BSON ` mit einre maximalen |
53- | | | Cassandra-kompatible | von Redis mit Multithreading. | Dokumentengröße von 16 MB. |
54- | | | Reimplementierung in C. | | |
54+ | **Anmerkungen ** | | Siehe auch `Scylla `_, eine | Siehe auch: | `BSON ` mit einre maximalen |
55+ | | | Cassandra-kompatible | | Dokumentengröße von 16 MB. |
56+ | | | Reimplementierung in C. | `KeyDB `_ | |
57+ | | | | ein Fork mit Multithreading| |
58+ | | | | `Redict `_ | |
59+ | | | | ein Fork, lizenziert unter | |
60+ | | | | LGPL-3.0 | |
61+ | | | | `Valkey `_ | |
62+ | | | | ein Fork der Linux | |
63+ | | | | Foundation | |
5564+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
5665
66+
5767.. _`Riak` : https://riak.com/
5868.. _`Cassandra` : https://cassandra.apache.org/
5969.. _`Redis` : https://redis.io/
@@ -70,4 +80,6 @@ Schlüssel/Wert-Datenbanksysteme sind z.B. Riak, Cassandra, Redis und MongoDB.
7080.. _`Cassandra Query Language (CQL)` : https://cassandra.apache.org/doc/latest/cql/
7181.. _`Scylla` : https://www.scylladb.com/
7282.. _`KeyDB` : https://github.com/JohnSully/KeyDB
83+ .. _`Redict` : https://redict.io/
84+ .. _`Valkey` : https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community
7385.. _`BSON` : http://www.bsonspec.org/
0 commit comments