Database
25 views
Partitioning
Quick Definition
Dividing tables into smaller pieces for better performance
Full Definition
Dividing a database table into smaller, more manageable pieces.
Examples
range partitioning, hash partitioning, table partitioning
Related Terms
sharding
query-optimization
More Database Terms
Connection Pooling
Managing and reusing database connections
Data Modeling
Creating a model describing data structure and relationships
Write Ahead Log
Persistence mechanism writing changes to log before database
Database Migration
Version-controlled changes to database schema
Transaction
Single unit of work that succeeds or fails completely
Schema Design
Defining database table structure and constraints