clickhouse 识别ORC格式

  从20.6版开始,可以使用ORC格式 create table tb1_hdfs(id Int8,name String)engine=HDFS('

 

从20.6版开始,可以使用ORC格式

 

create table tb1_hdfs(
id Int8,
name String
)engine=HDFS('hdfs://192.168.100.142:8020/hive/data/tb1/*',ORC) ;