OrientDB: Unterschied zwischen den Versionen

Aus KGS-Wiki
KKeine Bearbeitungszusammenfassung
(mehr)
Zeile 1: Zeile 1:
== Orient DB ==
== Orient DB ==
'''OrientDB''' ist eine NoSQL-Datenbank, da sie dokumentorientiert funktioniert und gleichzeitig Eigenschaften von Grahpendatenbanken hat.
'''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==
- Java
- Advanced 2nd generation NoSQL products like OrientDB are the future: providing more functionality and flexibility, while being powerful enough to replace your operational DBMS
- 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.