当前位置:网站首页>【ClickHouse】How to create index for Map Type Column or one key of it?
【ClickHouse】How to create index for Map Type Column or one key of it?
2022-07-02 04:38:00 【Donghai Chen Guangjian】
How to create index for Map Type Column or one key of it?
[version 21.8.10 revision 54449] #31801
You can create index for map keys, or for map values. Example:
CREATE TABLE test_table
(
id UInt64,
value Map(Int64, String),
index value_key_index mapKeys(value) TYPE bloom_filter GRANULARITY 4
) ENGINE=MergeTree ORDER BY id;Link to documentation https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/mergetree/#available-types-of-indices.
Reference resources :https://github.com/ClickHouse/ClickHouse/issues/31801
边栏推荐
- Idea automatic package import and automatic package deletion settings
- Mysql database learning
- A summary of common interview questions in 2022, including 25 technology stacks, has helped me successfully get an offer from Tencent
- One click generation and conversion of markdown directory to word format
- LCM of Spreadtrum platform rotates 180 °
- Thinkphp Kernel wo system source Commercial Open source multi - user + multi - Customer Service + SMS + email notification
- Handling of inconsistency between cursor and hinttext position in shutter textfield
- BGP experiment the next day
- Wechat applet pull-down loading more waterfall flow loading
- 10 minutes to understand CMS garbage collector in JVM
猜你喜欢

idea自動導包和自動删包設置

Summary of common string processing functions in C language

Why can't you remember when reading? Why can't you remember- My technology learning methodology

Several methods of capturing packets under CS framework

LeetCode-归并排序链表

正大美欧4的主账户关注什么数据?

CorelDRAW Graphics Suite2022免费图形设计软件

Realize the function of data uploading

Pytoch --- use pytoch to predict birds

缓存一致性解决方案——改数据时如何保证缓存和数据库中数据的一致性
随机推荐
cookie、session、tooken
oracle 存储过程与job任务设置
Handling of inconsistency between cursor and hinttext position in shutter textfield
CorelDRAW graphics suite2022 free graphic design software
Social media search engine optimization and its importance
CY7C68013A之keil编译代码
The difference between vectorresize and reverse.
Exposure X8 Standard Version picture post filter PS, LR and other software plug-ins
Typescript practice for SAP ui5
Thinkphp内核工单系统源码商业开源版 多用户+多客服+短信+邮件通知
Major domestic quantitative trading platforms
LCM of Spreadtrum platform rotates 180 °
LeetCode-对链表进行插入排序
My first experience of shadowless cloud computer
Deep understanding of lambda expressions
Several methods of capturing packets under CS framework
Actual combat | use composite material 3 in application
Pytoch --- use pytoch to predict birds
Three years of experience in Android development interview (I regret that I didn't get n+1, Android bottom development tutorial
Federal learning: dividing non IID samples according to Dirichlet distribution