当前位置:网站首页>【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
边栏推荐
- Three years of experience in Android development interview (I regret that I didn't get n+1, Android bottom development tutorial
- Wechat applet JWT login issue token
- 初学爬虫-笔趣阁爬虫
- [C language] basic learning notes
- Pytorch-Yolov5從0運行Bug解决:
- 社交媒体搜索引擎优化及其重要性
- idea自动导包和自动删包设置
- I sorted out some basic questions about opencv AI kit.
- 万卷共知,一书一页总关情,TVP读书会带你突围阅读迷障!
- Design and implementation of general interface open platform - (44) log processing of API services
猜你喜欢

C language practice - number guessing game

unable to execute xxx. SH: operation not permitted

Ten thousand volumes are known to all, and one page of a book is always relevant. TVP reading club will take you through the reading puzzle!

Markdown edit syntax

Playing with concurrency: what are the ways of communication between threads?

Gin framework learning code

Research on the security of ognl and El expressions and memory horse

CY7C68013A之keil编译代码

Embedded-c language-9-makefile/ structure / Consortium

10 minutes to understand CMS garbage collector in JVM
随机推荐
LeetCode-归并排序链表
Wechat applet pull-down loading more waterfall flow loading
[improvement class] st table to solve the interval maximum value problem [2]
geotrust ov多域名ssl证书一年两千一百元包含几个域名?
unable to execute xxx. SH: operation not permitted
Summary of common string processing functions in C language
Typescript practice for SAP ui5
UNET deployment based on deepstream
Embedded-c language-9-makefile/ structure / Consortium
The core idea of performance optimization, dry goods sharing
Pit encountered in win11 pytorch GPU installation
Realize the function of data uploading
C - derived classes and constructors
Thinkphp内核工单系统源码商业开源版 多用户+多客服+短信+邮件通知
LeetCode-对链表进行插入排序
Pytorch yolov5 exécute la résolution de bogues à partir de 0:
Embedded-c language-8-character pointer array / large program implementation
Shutdown procedure after 60
Tawang food industry insight | current situation, consumption data and trend analysis of domestic infant complementary food market
Cannot activate CONDA virtual environment in vscode