OrientDB: Unterschied zwischen den Versionen
Aus KGS-Wiki
Ntr (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Ntr (Diskussion | Beiträge) (mehr) |
||
Zeile 1: | Zeile 1: | ||
== Orient DB == | == Orient DB == | ||
'''OrientDB''' ist | '''OrientDB''' ist [[Open Source]] und gehört zu 2nd-generation [[NoSQL]]-[[Datenbank]], da sie dokumentorientiert funktioniert und gleichzeitig Eigenschaften von Grahpendatenbanken hat. Dadurch kommt mehr Funktionalität, Flexibilität und Orient ist leistungsstark genug, um ein operatives [[DBMS]] zu ersetzen. Aktuell ist OrientDB nur in [[Java]] verfügbar. | ||
==Notizen== | ==Notizen== | ||
- Open Source | - Open Source | ||
- It’s fast on both read and write operations. Stores up to 120,000 records per second | - It’s fast on both read and write operations. Stores up to 120,000 records per second |
Version vom 13. März 2023, 10:12 Uhr
Orient DB
OrientDB ist Open Source und gehört zu 2nd-generation NoSQL-Datenbank, da sie dokumentorientiert funktioniert und gleichzeitig Eigenschaften von Grahpendatenbanken hat. Dadurch kommt mehr Funktionalität, Flexibilität und Orient ist leistungsstark genug, um ein operatives DBMS zu ersetzen. Aktuell ist OrientDB nur in Java verfügbar.
Notizen
- Open Source - It’s fast on both read and write operations. Stores up to 120,000 records per second - No more Joins: relationships are physical links to the records. - Traversing speed is not affected by the database size. - Traverses parts of or entire trees and graphs of records in milliseconds. - Better RAM use.