Han Fei
95abcaf183
address comments
2024-01-30 10:30:30 +01:00
Han Fei
f46065ba88
Merge branch 'master' into hanfei/stats_uniq
2024-01-29 22:46:13 +01:00
Han Fei
552e1acf18
support uniq for statistics
2024-01-29 19:49:10 +01:00
Robert Schulze
1bfeee1954
Some fixups
2024-01-18 20:49:50 +00:00
Robert Schulze
15700592f7
Merge remote-tracking branch 'ClickHouse/master' into column_level_compress_block
2024-01-18 19:12:57 +00:00
Duc Canh Le
b16a4cf361
add document
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-01-18 07:55:44 +00:00
Robert Schulze
3fbbeaa319
Update docs
2024-01-12 14:10:25 +00:00
Robert Schulze
27e809a4f5
Add match() to supported functions for token/ngrambf_v1 indexes
2024-01-10 13:39:19 +00:00
Robert Schulze
92692bc57c
Fix links
2024-01-10 13:36:54 +00:00
Robert Schulze
9323fe8ecd
Cosmetics
2024-01-10 12:50:05 +00:00
Sema Checherinda
92ad027714
add docs
2024-01-05 13:42:30 +00:00
Alexander Tokmakov
bdada351c8
Revert "Merge pull request #58274 from ClickHouse/revert-58267"
...
This reverts commit 583b9637c2
, reversing
changes made to 224e937620
.
2023-12-28 14:07:59 +01:00
Alexey Milovidov
c7efd2afea
Revert #58267
2023-12-28 04:09:33 +01:00
Alexander Tokmakov
01d042c490
Revert "Merge pull request #57932 from ClickHouse/remove-shit-cleanup"
...
This reverts commit 2d58dc512c
, reversing
changes made to 41873dc4a3
.
2023-12-27 13:46:06 +01:00
Robert Schulze
6053fa9d89
Merge remote-tracking branch 'rschu1ze/master' into docs-mv-table-engine
2023-12-19 11:52:26 +00:00
Robert Schulze
7f675ddf80
Merge pull request #57878 from Jpnock/master
...
Apply full-text skipping index when using `hasAny()`
2023-12-17 11:06:29 +01:00
Alexey Milovidov
ee502ef6b9
Remove trash (OPTIMIZE CLEANUP)
2023-12-15 22:41:58 +01:00
James Nock
2c24e438aa
Add docs for skip index support of hasXXX() funcs
2023-12-15 17:28:45 +00:00
Alexey Milovidov
0b597eadf8
Clarify the usage of prefer_not_to_merge
option
2023-12-06 12:11:03 +01:00
Robert Schulze
1276c3ab80
Try to fix broken links
2023-12-06 08:48:56 +00:00
Han Fei
7bd2ea3add
Merge branch 'master' into hanfei/statistic
2023-11-27 23:31:23 +01:00
Nikolay Degterinsky
faa3a43803
Fix docs
2023-11-26 19:21:39 +00:00
robot-ch-test-poll
4fa085d7e2
Merge pull request #56965 from ClickHouse/docs-replacingmergetree-freq-updates
...
[Docs] Recommend ReplacingMergeTree for frequent updates
2023-11-19 10:56:47 +01:00
Justin de Guzman
f29777db2d
[Docs] More typos
2023-11-18 18:41:20 -08:00
Justin de Guzman
a398e3f51e
[Docs] Fix typo
2023-11-18 18:40:14 -08:00
Justin de Guzman
8062fb578c
[Docs] Recommend ReplacingMergeTree for frequent updates
2023-11-18 18:38:49 -08:00
Justin de Guzman
5e1da38720
[Docs] Add details on why partitions improve query perf
2023-11-18 18:28:29 -08:00
Han Fei
19cdc6dfe2
Merge branch 'master' into hanfei/statistic
2023-10-30 04:53:18 +01:00
Han Fei
df1e019268
address comments
2023-10-30 00:39:16 +01:00
Azat Khuzhin
c7f392500e
Fix incorrect free space accounting for least_used JBOD policy
...
Before least_used fails to detect when the disk started to have more
space, it works only when the disk starts to have less space.
The reason for this is that it uses priority_queue, and once the disk
goes at the bottom of the queue, free space will not be updated for it
until it will be selected again.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-29 17:36:31 +01:00
Kruglov Pavel
14c97fb426
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
2023-10-23 12:48:05 +02:00
Srikanth Chekuri
327386a348
Merge remote-tracking branch 'upstream/master' into issue-55023
2023-10-22 10:22:14 +05:30
Srikanth Chekuri
0f2e0ade99
Update merge tree doc
2023-10-21 21:51:10 +05:30
Han Fei
4b23142775
Merge branch 'master' into hanfei/statistic
2023-10-17 16:40:31 +02:00
Robert Schulze
96a82df75a
Merge pull request #55616 from HarryLeeIBM/hlee-fts-max-rows
...
Inverted index: Replace setting density with `max_rows_in_postings_list`
2023-10-17 11:36:46 +02:00
HarryLeeIBM
fb8cd298d1
Code refactoring according to code review
2023-10-16 17:52:39 -07:00
Han Fei
42dc61abf5
Merge branch 'master' into hanfei/statistic
2023-10-12 16:19:45 +02:00
Alexander Tokmakov
eeacdbae9c
Update replacingmergetree.md
2023-10-11 19:46:58 +02:00
Han Fei
253b8efa58
do not modify column type when there is statistic
2023-10-11 16:57:40 +02:00
Alexey Milovidov
76977a6a72
Merge pull request #55423 from hanfei1991/hanfei/refine-ttl-doc
...
change a docs example about creating table columns with ttl
2023-10-10 01:14:38 +02:00
Han Fei
8d5eb26185
address comments
2023-10-09 23:06:23 +02:00
Han Fei
3894c75af1
change a docs example about creating table columns with ttl
2023-10-09 18:34:36 +02:00
Derek Chia
f787186ba8
Update replacingmergetree.md
...
Added example for ReplacingMergeTree with is_deleted parameter
2023-10-09 15:16:24 +08:00
Han Fei
76b9d43dc4
make code beautiful
2023-09-27 11:01:53 +02:00
Han Fei
4e7745f757
Merge branch 'master' into hanfei/statistic
2023-09-26 21:43:53 +02:00
Robert Schulze
10cee14bce
Fix docs
2023-09-25 17:09:58 +00:00
Robert Schulze
3562204850
+ docs
2023-09-25 17:08:37 +00:00
Robert Schulze
c2a593baf9
Split tests
2023-09-21 09:17:38 +00:00
Robert Schulze
2c91e52da1
Merge pull request #54600 from rschu1ze/fix-annoy-crash
...
Annoy/Usearch index: Fix LOGICAL_ERROR during build-up with default values
2023-09-20 17:05:16 +02:00
SmitaRKulkarni
d8adf05de2
Added a new column _block_number ( #47532 )
...
Added a new virtual column _block_number which is persisted on merges when allow_experimental_block_number_column is enabled
2023-09-20 11:31:12 +02:00