Database
170 views
Graph Database
Quick Definition
Database optimized for entity relationship queries
Full Definition
A database optimized for storing and querying relationships between entities.
Examples
Neo4j, Amazon Neptune, ArangoDB, social networks
Related Terms
graph-theory
cypher
More Database Terms
Indexing
Creating data structures to speed up data retrieval
B-Tree Index
Self-balancing tree index for efficient sorted data operations
Referential Integrity
Constraint ensuring table relationships remain consistent
Relational Database
Database storing data in structured tables with relationships
Time-Series Database
Database optimized for time-stamped data storage
ACID
Properties guaranteeing reliable transaction processing