Does ClickHouse work like a timeline database as to the MergeTree storage engine scenario ? As the date column must occurs in the primary columns and while the date range occurs in the storage path,I guess the query workflow as the flowing: when a query carrying a date field happens,ClickHouse use the date field to locate the matched index files,and then use index array of the index file to identify whether the data part possibly contains the matched rows.If the primary index fits the query,it continue to use the column mark for specific column query. Please review my opinion,tks
在 2016年9月28日星期三 UTC+8上午9:52:11,
man...@gmail.com写道: