NoSQL
Quick Definition
Non-relational databases with flexible data models and scaling
Full Definition
Non-relational databases designed for flexible data models and horizontal scaling.
Examples
MongoDB, Redis, Cassandra, DynamoDB, Neo4j
Related Terms
document-database
key-value-store
More Database Terms
ORM
Mapping object-oriented code to database tables
Database Connection
Communication channel between application and database server
Stored Procedure
Precompiled SQL stored in the database for execution
Replication
Copying data between servers for redundancy
View
Virtual table defined by a SQL query
Isolation Level
Degree of visibility between concurrent transactions