Wide Partition (Wide row pattern)

Data Modeling Chebotko Logical

About

Wide Partition is a data modeling pattern where multiple related rows are grouped in a partition in order to support fast access to multiple rows in a single query (within the partition).

This pattern model primarily transactional event such as:

  • hotel reservation (all available rooms for a particular date)
  • balance (all transactional rows in one period)





Discover More
Data Modeling Chebotko Logical
Cassandra - Queue

This article is queue in cassandra. Queue are not well supported in cassandra because deleted items are tombstones . Cassandra must scan past in order to read from the front of the queue....
Data Modeling Chebotko Logical
Cassandra - Time Series

This page is time series in Cassandra. They are stored in a wide partition, where the time is used as part of the partition key. measurements at specific time intervals: business analysis, sensor...



Share this page:
Follow us:
Task Runner