Introduction | ClickHouse Documentation
clickhouse.com › docs › enData Types. ClickHouse can store various kinds of data in table cells. This section describes the supported data types and special considerations for using and/or implementing them if any. You can check whether data type name is case-sensitive in the system.data_type_families table. Rating: 1.6 - 336 votes.
H3 Indexes | ClickHouse Documentation
clickhouse.com › docs › enH3 is a geographical indexing system where Earth’s surface divided into a grid of even hexagonal cells. This system is hierarchical, i. e. each hexagon on the top level ("parent") can be splitted into seven even but smaller ones ("children"), and so on. The level of the hierarchy is called resolution and can receive a value from 0 till 15 ...
INDEX | ClickHouse Documentation
clickhouse.com › statements › alterThe following operations are available: ALTER TABLE [db].name ADD INDEX name expression TYPE type GRANULARITY value [FIRST|AFTER name] - Adds index description to tables metadata. ALTER TABLE [db].name DROP INDEX name - Removes index description from tables metadata and deletes index files from disk.