Commit Graph

218 Commits

Author SHA1 Message Date
DanRoscigno
45c9debeaf update links 2022-11-08 19:17:58 -05:00
Camilo Sierra
e2c23344d1
full example using AggregatingMergeTree
Discussing with a dev the `AggregatingMergeTree` usage was not clear, they do not understand how use the `AggregateFunction` or how we could get the final aggregated value.
I hope this full example could better show the capabilities of this feature and help the new users to better understand it.
2022-11-07 09:54:45 +01:00
Robert Schulze
42f680849c
Fix bad_cast in Annoy index
- Problem originally found by data type fuzzer
  https://s3.amazonaws.com/clickhouse-test-reports/42180/2f83d8790581dce0ffeec56c137b1d13160cfa7b/fuzzer_astfuzzermsan//report.html

- This commit restricts which data types are allowed for Annoy indexes
  (similar things are done for other index types).
2022-10-19 13:40:39 +00:00
FArthur-cmd
7f311ad03c add words about setting to docs 2022-09-05 13:20:49 +00:00
FArthur-cmd
e7abc06c89 Revert "Revert "Add Annoy index""
This reverts commit 6fdfb964d0.
2022-08-30 15:26:56 +00:00
Alexander Tokmakov
6fdfb964d0
Revert "Add Annoy index" 2022-08-30 15:10:10 +03:00
Filatenkov Artur
d73f661732
Merge branch 'master' into annoy-2 2022-08-29 17:33:13 +03:00
DanRoscigno
5b5fcc56aa add slugs 2022-08-28 10:53:34 -04:00
FArthur-cmd
9222e41a5b add test and docs 2022-08-22 19:00:20 +00:00
FArthur-cmd
1e8910f048 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into annoy-2 2022-08-21 08:45:03 +00:00
Alexey Milovidov
5f4d4fd878
Merge pull request #40362 from den-crane/patch-33
Doc. ReplacingMergeTree Example
2022-08-19 15:52:40 +03:00
DanRoscigno
23b054617e update for setting change 2022-08-18 16:05:44 -04:00
Denny Crane
01a1aa8518
Update replacingmergetree.md 2022-08-18 16:35:54 -03:00
Denny Crane
e653583e87
Update replacingmergetree.md 2022-08-18 16:29:06 -03:00
DanRoscigno
229f18766e fix indent 2022-08-18 08:13:41 -04:00
FArthur-cmd
1d048432a1 update contrib and update cmake 2022-08-15 14:35:51 +00:00
DanRoscigno
364088d47b fix note 2022-08-12 14:40:09 -04:00
FArthur-cmd
0ab937afbb small update 2022-08-10 09:55:07 +00:00
Denny Crane
3f4baa7658
Update mergetree.md 2022-08-04 23:49:19 -03:00
Filatenkov Artur
a218597546
Merge branch 'master' into annoy-2 2022-07-27 15:37:58 +03:00
Dan Roscigno
72efcc65c1
Update docs/en/engines/table-engines/mergetree-family/mergetree.md 2022-07-25 12:58:57 -04:00
Dan Roscigno
30a32371eb
Remove experimental status from projections 2022-07-22 11:50:59 -04:00
Filatenkov Artur
6315d51471
Update annindexes.md 2022-07-20 15:36:07 +03:00
FArthur-cmd
3b30cd9259 improvements 2022-07-19 00:59:07 +03:00
FArthur-cmd
0e89fbff53 refactoring 2022-07-12 13:57:16 +03:00
FArthur-cmd
fb5272971c small refactoring 2022-07-11 23:14:00 +03:00
FArthur-cmd
86b0e4cfc8 remove extra docs 2022-07-11 23:12:01 +03:00
FArthur-cmd
783e6e398c merge with other working branch 2022-07-11 23:02:58 +03:00
FArthur-cmd
6ae227a6bb add test 2022-07-11 22:50:10 +03:00
FArthur-cmd
868628d3fd make stable prototype with arrays support 2022-07-11 18:02:50 +03:00
FArthur-cmd
2f9f5f172a Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into annoy_3 2022-07-10 17:25:21 +03:00
FArthur-cmd
21df8ed12f refactoring 2022-07-04 17:21:50 +03:00
FArthur-cmd
21b99e7304 Merge branch 'master' of https://github.com/Vector-Similarity-Search-for-ClickHouse/ClickHouse into annoy-2 2022-07-04 14:54:21 +03:00
DanRoscigno
26749c53fe fix formatting of code clocks and lists 2022-06-30 12:45:10 -04:00
DanRoscigno
75cd941956 move settings to H3 level 2022-06-24 11:47:12 -04:00
DanRoscigno
6ef534c864 move settings to H3 level 2022-06-24 11:13:15 -04:00
Igor Nikonov
62a40a54c0
Update mergetree.md
Use `explicitly` instead of `obviously`
2022-06-21 20:39:59 +02:00
DanRoscigno
0cd294c0c4 reword 2022-06-17 16:09:28 -04:00
Dan Roscigno
b6bd08e377
Update docs/en/engines/table-engines/mergetree-family/replication.md
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-06-17 15:44:44 -04:00
DanRoscigno
d64935259c add ClickHouse Keeper to replication doc 2022-06-17 14:57:51 -04:00
Denny Crane
c3bc406ae0
Update replacingmergetree.md 2022-06-07 23:43:02 -03:00
Denny Crane
b089941524
Update replacingmergetree.md 2022-06-07 23:30:36 -03:00
rfraposa
869967de41 Remove H1 anchor tags from docs 2022-06-02 04:55:18 -06:00
Azat Khuzhin
ba26b3cf4c Implement lead_used load balancing algorithm for disks inside volume
v2: rebase on top removed raid1
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-19 14:10:11 +03:00
Azat Khuzhin
dad31fe5a0 doc/mergetree: fix aligment in documentation
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-19 14:10:11 +03:00
Azat Khuzhin
590dfe6ae5 doc: document perform_ttl_move_on_insert
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-19 14:10:11 +03:00
VVMak
1b9834548d
Merge branch 'master' into annoy-2 2022-05-15 00:01:28 +03:00
Filatenkov Artur
7a37ba2387
Update mergetree.md 2022-05-14 23:12:37 +03:00
Filatenkov Artur
b69b322dc4
Update mergetree.md 2022-05-14 23:11:29 +03:00
Vladimir Makarov
bcbc58a10a edits to the doc 2022-05-14 18:09:20 +00:00