Software Engineering KB

Home

❯

03 Data Management

❯

04 Data Modeling

❯

01 Concept

❯

Single Table Design

Single Table Design

Feb 10, 20261 min read

  • data-modeling
  • nosql
  • single-table
  • dynamodb

Single Table Design

← Back to NoSQL Modeling

A DynamoDB pattern where multiple entity types are stored in a single table with overloaded GSIs (Global Secondary Indexes). Enables efficient access patterns with minimal table scans.

Key Properties

  • DynamoDB Pattern
  • Overloaded GSIs

data-modeling nosql single-table dynamodb


Graph View

  • Single Table Design
  • Key Properties

Backlinks

  • NoSQL Modeling
  • Overloaded GSIs

Created with Quartz v4.5.2 © 2026

  • GitHub