Database
26 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
B-Tree Index
Self-balancing tree index for efficient sorted data operations
SQL
Standard language for managing and querying databases
Key-Value Store
NoSQL database storing data as key-value pairs
Write Ahead Log
Persistence mechanism writing changes to log before database
Partitioning
Dividing tables into smaller pieces for better performance
DynamoDB
Fully managed serverless NoSQL database by AWS