OrientDB: Unterschied zwischen den Versionen
Aus KGS-Wiki
Ntr (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Ntr (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
'''OrientDB''' ist eine NoSQL-Datenbank, da sie dokumentorientiert funktioniert. | == Orient DB == | ||
'''OrientDB''' ist eine NoSQL-Datenbank, da sie dokumentorientiert funktioniert und gleichzeitig Eigenschaften von Grahpendatenbanken hat. | |||
== 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 | |||
- 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. |
Version vom 9. März 2023, 11:13 Uhr
Orient DB
OrientDB ist eine NoSQL-Datenbank, da sie dokumentorientiert funktioniert und gleichzeitig Eigenschaften von Grahpendatenbanken hat.
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 - 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.