Database
26 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
Data Integrity
Ensuring data accuracy, consistency, and reliability
DynamoDB
Fully managed serverless NoSQL database by AWS
B-Tree Index
Self-balancing tree index for efficient sorted data operations
Database Connection
Communication channel between application and database server
Key-Value Store
NoSQL database storing data as key-value pairs
Foreign Key
Field referencing primary key to establish table relationships