Robert Schulze
|
18304f5aef
|
Check distance function in CREATE TABLE instead of first INSERT
|
2023-06-05 09:29:35 +00:00 |
|
Robert Schulze
|
03b6856556
|
Cosmetics: distance_name --> distance_function
|
2023-06-05 09:29:32 +00:00 |
|
Robert Schulze
|
f577bf35fc
|
Simplify Annoy parameterization
|
2023-06-05 09:29:28 +00:00 |
|
Robert Schulze
|
5d871c7fa0
|
Cosmetics: +comments
|
2023-06-05 09:29:26 +00:00 |
|
Robert Schulze
|
62c8b9a7a1
|
Cosmetics: Factorize throw into lambda
|
2023-06-05 09:29:22 +00:00 |
|
Robert Schulze
|
0854d91372
|
Cosmetics: Rename variable
|
2023-06-05 09:29:19 +00:00 |
|
Robert Schulze
|
828155ebef
|
Cosmetics: Move assertIndexColumnsType() into annoyIndexValidator()
|
2023-06-05 09:29:15 +00:00 |
|
Robert Schulze
|
15c9e235c4
|
Cosmetics: add some comments + minor changes
|
2023-06-05 09:29:09 +00:00 |
|
Robert Schulze
|
68ad903f4c
|
Cosmetics: unglue * and &
|
2023-06-05 09:29:07 +00:00 |
|
Robert Schulze
|
2b74daaa17
|
Cosmetics: make input switch a bit more idiomatic
|
2023-06-05 09:29:03 +00:00 |
|
Robert Schulze
|
a3d4ede26c
|
Cosmetics: Update exception messages
|
2023-06-05 09:29:01 +00:00 |
|
Robert Schulze
|
7608e08eed
|
Cosmetics: more constness
|
2023-06-05 09:28:58 +00:00 |
|
Robert Schulze
|
423f692282
|
Cosmetics: Remove unnecessary toString()
|
2023-06-05 09:28:55 +00:00 |
|
Robert Schulze
|
3b77e40902
|
Cosmetics: Remove dots from exception messages
|
2023-06-05 09:28:53 +00:00 |
|
Robert Schulze
|
c5ededdc5b
|
Cosmetics: Switch arguments in MTIConditionAnnoy ctor
|
2023-06-05 09:28:50 +00:00 |
|
Robert Schulze
|
594572b0de
|
Cosmetics: AnnoyIndex --> AnnoyIndexWithSerialization
|
2023-06-05 09:28:47 +00:00 |
|
Robert Schulze
|
dc88d4e742
|
Cosmetics: Factorize repeated typedefs into a single typedef
|
2023-06-05 09:28:44 +00:00 |
|
Robert Schulze
|
e373cf682a
|
Cosmetics: Unwrap Annoy index from nested namespace
|
2023-06-05 09:28:41 +00:00 |
|
Robert Schulze
|
f8c1f2bd33
|
Cosmetics: Remove absolute namespace qualification of Annoy library internals
|
2023-06-05 09:28:38 +00:00 |
|
Robert Schulze
|
a8bf7af291
|
Cosmetics: Move ErrorCodes to top
|
2023-06-05 09:28:35 +00:00 |
|
Robert Schulze
|
4631595cf6
|
Cosmetics: number_of_trees --> trees
|
2023-06-05 09:28:32 +00:00 |
|
Robert Schulze
|
1018677f46
|
Cosmetics: Move ctors into cpp file
|
2023-06-05 09:28:29 +00:00 |
|
Robert Schulze
|
edad92a7f2
|
Cosmetics: Minor aesthetic fixes
|
2023-06-05 09:28:26 +00:00 |
|
Robert Schulze
|
3275629230
|
Cosmetics: Remove parentheses in single statement if/for/while
|
2023-06-05 09:28:24 +00:00 |
|
Robert Schulze
|
3657ef05ff
|
Cosmetics: Fix indentation
|
2023-06-05 09:28:19 +00:00 |
|
Alexey Milovidov
|
3c5bd78856
|
Fix typo
|
2023-06-05 06:13:39 +02:00 |
|
Alexey Milovidov
|
881bdbf839
|
Merge pull request #50153 from amosbird/fix_44504
Fix invalid index analysis for date related keys
|
2023-06-05 05:00:20 +03:00 |
|
Alexey Milovidov
|
5fc8838b04
|
Update KeyCondition.cpp
|
2023-06-05 04:58:29 +03:00 |
|
Alexey Milovidov
|
3b8c781b2c
|
Merge pull request #50448 from ClickHouse/rm_parts_from_zk_paranoid
Paranoid fix for removing parts from ZooKeeper
|
2023-06-05 04:42:15 +03:00 |
|
Alexey Milovidov
|
9e938d7eec
|
Merge pull request #49287 from nickitat/optimize_reading2
Optimise hot reading from remote tables
|
2023-06-02 23:51:57 +03:00 |
|
Alexander Tokmakov
|
4209ccfc08
|
fix
|
2023-06-02 17:42:04 +02:00 |
|
Alexander Tokmakov
|
e148c60d5a
|
Fixes for MergeTree with readonly disks (#50244)
* fixes for MergeTree with readonly disks
* Automatic style fix
* Update test.py
* Automatic style fix
* Update test.py
* Update test.py
* Automatic style fix
* Update test.py
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2023-06-02 16:18:32 +03:00 |
|
Alexey Milovidov
|
31773d7eee
|
Merge pull request #50432 from azat/fix-min-for-seek
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
|
2023-06-02 04:09:35 +03:00 |
|
Alexey Milovidov
|
60dccff77c
|
Merge pull request #50177 from amosbird/fix_50094
Fix broken index analysis when binary operator contains a null constant argument
|
2023-06-02 01:29:03 +03:00 |
|
Alexander Tokmakov
|
f62faaedc3
|
paranoid fix for removing parts from zk
|
2023-06-01 21:20:39 +02:00 |
|
Azat Khuzhin
|
53eb360ac2
|
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-06-01 15:04:16 +02:00 |
|
SmitaRKulkarni
|
06432929a7
|
Merge pull request #50339 from ClickHouse/43983_Updated_to_hold_lock_fetch_part
Improved fetch part by holding directory lock longer
|
2023-06-01 13:42:34 +02:00 |
|
Nikita Mikhaylov
|
3543d95980
|
Parallel replicas always skip unavailable ones (#50293)
|
2023-05-31 22:10:33 +02:00 |
|
SmitaRKulkarni
|
123cd505ee
|
Merge branch 'master' into 43983_Updated_to_hold_lock_fetch_part
|
2023-05-31 21:59:55 +02:00 |
|
Smita Kulkarni
|
fe944a55dc
|
Updated to hold temporary_directory_lock till part is fetched, renamed and committed
|
2023-05-30 13:30:47 +02:00 |
|
Sema Checherinda
|
2d2b411c26
|
fix build
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
0b4ea3e2e1
|
remove reminder comments
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
a5dcd8dabb
|
do not call finalize in d-tor MergedBlockOutputStream::Finalizer
|
2023-05-30 12:26:20 +02:00 |
|
Sema Checherinda
|
fe3939287b
|
add test, fix .gin_sid files
|
2023-05-30 12:26:20 +02:00 |
|
Nikita Taranov
|
be62c8faba
|
fix build
|
2023-05-29 15:27:39 +02:00 |
|
Nikita Taranov
|
a3652f1727
|
Merge branch 'master' into optimize_reading2
|
2023-05-29 15:26:18 +02:00 |
|
alesapin
|
3a3cee586a
|
Merge pull request #50257 from CurtizJ/useless-refactoring
Yet another refactoring
|
2023-05-28 21:42:16 +02:00 |
|
Nikita Taranov
|
42a9072888
|
Merge branch 'master' into optimize_reading2
|
2023-05-28 18:04:44 +02:00 |
|
Sergei Trifonov
|
0d1f2e297b
|
Unify priorities: lower value means higher priority (#50205)
|
2023-05-26 15:55:30 +02:00 |
|
Anton Popov
|
612173e734
|
refactoring near alter conversions
|
2023-05-25 22:54:54 +00:00 |
|