Completed
Alternative ingest pattern: Kafka engine
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Breaking Out of the Proprietary Cage - Real-time Data Warehouses in Open Source
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What makes analytic applications special?
- 3 SQL data warehouses run analytic queries
- 4 What ClickHouse is not
- 5 Merge Tree is the workhorse table engine
- 6 Merge Tree data layout
- 7 Detailed storage layout within a single part /var/lib/clickhouse/data/airline/ontime
- 8 Adding CPUs boosts parallelized execution
- 9 Effect on storage is dramatic
- 10 Materialized views restructure/reduce data
- 11 Alternative pattern: Tiered storage
- 12 How do distributed queries work?
- 13 Pattern: Kafka-based ingestion pipelines
- 14 Alternative ingest pattern: Kafka engine
- 15 Pattern: Grafana visualization
- 16 Pattern: Operation on Kubernetes