Skip to content

elgca/spark-clickhouse-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

spark-clickhouse-connector

Read and write clickhouse cluster in parallel

image

Read

image

The actual number of partitions = the number of scan partitions * the number of shard

The scan partition will be assigned to each shard, and each shard will get data from ClickHouse through the conditions of the scan partition

Write

image

A write partition will be allocated to a shard, and the data will be written to the clickhosue that can be reached under the shard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published