From DataWareHouses to BigData Systems: What and Why - Questions that nobody asks, but you should!
dev.to·20h·
Discuss: DEV
Flag this post

From DataWareHouses to BigData Systems

In the 1980s, data warehouses evolved as a way to separate operational reporting, which requires read-heavy querying across a full dataset, from the application’s transactional database, which is focused on fast reads and writes in a much smaller set of records. Data warehouses are still relational databases, but they have been optimized for reporting and analytics.

How reporting differs from transactions?

Workload characteristics

Access pattern: Reporting is read-heavy across large historical datasets while transactions are frequent, small, and write-heavy on a narrow slice of recent records.

Latency tolerance: For Reporting, latency in seconds to minutes is often acceptable if the query is complex. For Transactions, sub-second l…

Similar Posts

Loading similar posts...