Database
153 views
Isolation Level
Quick Definition
Degree of visibility between concurrent transactions
Full Definition
The degree of visibility between concurrent transaction modifications.
Examples
Read Committed, Repeatable Read, Serializable
Related Terms
transaction
concurrency-control
acid
More Database Terms
Key-Value Store
NoSQL database storing data as key-value pairs
NoSQL
Non-relational databases with flexible data models and scaling
Materialized View
Physical stored copy of query results refreshed periodically
ORM
Mapping object-oriented code to database tables
Indexing
Creating data structures to speed up data retrieval
Database Migration
Version-controlled changes to database schema