notes/db/nosql/clickhouse/docs/presentations.txt
Ihar Hancharenka 09cb702f37 m
2025-01-16 15:32:41 +03:00

29 строки
1.3 KiB
Plaintext

https://presentations.clickhouse.com/
https://presentations.clickhouse.com/2017-shad/index.html
2024
Otus - Kafka and ClickHouse of 1:41:20
https://www.youtube.com/watch?v=Jp1SEm4UU48
! 49:00 - ClickHouse Kafka Connect Sink
! 52:00 - REST Api for Kafka Connectors
! 1:00:00 - Debezium Docker image for pg
2023
ClickHouse - Kita - Modern SQL in 2023 20:00 of 33:05
https://www.youtube.com/watch?v=zhrOYQpgvkk
! 18:00 "explain query tree" system query
! ... run_passes=0/1 select id, value from test_table;
ListenIT - What ClickHouse is and Columnt DBs ru of 14:46
https://www.youtube.com/watch?v=2b4heaO3U8k
2018
HighLoad - Zatelepin - What Need to Know about CH Arch ru of 51:02
https://www.youtube.com/watch?v=PLMSA_gDdyM
! 11:00 index writes stuff only for each 8192 rows
! 15:00 reordring via MergeTree engines (idea is like LSM-tree)
! 16:00 sorted data are written to disk in chunks (recommended no less than 1000 records)
! 17:00 background merge
! 18:00 if we have a lot of chunks, insert-perf will be really slow
! 20:00 sharding
YandexForDevelopers - Milovidov - SHAD - 005 - How ClickHouse Works ru 38:00 of 1:56:30
https://www.youtube.com/watch?v=vbhSrZxm66E
https://habr.com/ru/companies/yandex/articles/273305/