Vladimir Makarov
8f8c622e7c
fix
2022-05-14 08:24:54 +00:00
Vladimir Makarov
f4ae3150fa
add optimization
2022-05-13 21:34:34 +00:00
Hakob Saghatelyan
e3726f9ec7
LIMIT restriction on query support added
2022-05-13 21:01:54 +00:00
Hakob Saghatelyan
3c601e5785
add Set support for ann_index_params setting
2022-05-13 20:59:56 +00:00
Vladimir Makarov
a800e0fdf9
remove extra files
2022-05-13 20:47:06 +00:00
Vladimir Makarov
48222b1fd5
add select params
2022-05-13 20:42:50 +00:00
Vladimir Makarov
d9054df684
rm extra files
2022-05-13 10:43:33 +00:00
Vladimir Makarov
5b69e4cc43
add cmake flags
2022-05-13 10:37:04 +00:00
Vladimir Makarov
b6fbf0da07
fix cmakelists
2022-05-13 09:20:06 +00:00
Vladimir Makarov
1997ee311a
fix contribs
2022-05-12 21:17:31 +00:00
Vladimir Makarov
753d49d62f
fix condition and add params
2022-05-12 12:30:18 +00:00
VVMak
6adbd516cc
Annoy tests ( #58 )
...
* Added diskann to contrib
* Made cmake changes cleaner
* Implemented DiskANN aggregator
* Renamed index from Simple to DiskANN
* Implemented index aggregator
* Implemented index serialization
* Added condition to DiskANN index
* Implemented condition for diskann
* removed maybe_unused_attr
* Condition
* added some metrics and comparison operators
* Added common condition
* Added tests
* enchanced some tests
* Added inddex to tests
* Updated functional tests
* Added annoy tests
Co-authored-by: Danila Mishin <mishin.dk@phystech.edu>
Co-authored-by: Hakob Saghatelyan <sagatelyan.aa@phystech.edu>
2022-05-12 13:49:31 +03:00
Vladimir Makarov
e8c7278c0d
fix condition
2022-05-08 21:24:58 +00:00
VVMak
10bf7eea2c
Condition hot fix ( #57 )
...
* Condition
* added some metrics and comparison operators
* Fix typo
* Update CommonCondition.h
* Added LpDistance and fixed bugs
* Limit support added, OrderBy query type support added, settings support added
* Metric support in alwaysUnknownOrTrue, cosmetic changes, documentation for the class
* Cosmetic changes
* Description corrected
* Update Settings.h
* hot fix
* misprints corrected
* Update CommonANNIndexes.cpp
Co-authored-by: Hakob Saghatelyan <sagatelyan.aa@phystech.edu>
Co-authored-by: Filatenkov Artur <58165623+FArthur-cmd@users.noreply.github.com>
2022-05-08 23:58:59 +03:00
Vladimir Makarov
5f37e01339
condition
2022-05-08 19:30:33 +00:00
Vladimir Makarov
f53a3be4a8
add condition
2022-05-04 21:38:11 +00:00
Vladimir Makarov
48545bc390
Revert "part besides reader"
...
This reverts commit 0914c1bb1e
.
2022-04-15 15:45:59 +00:00
Vladimir Makarov
0914c1bb1e
part besides reader
2022-04-15 15:43:30 +00:00
Vladimir Makarov
f14b9ec2af
Fix Annoy index
2022-04-15 12:08:54 +00:00
Vladimir Makarov
1f4ab6329a
Fix annoy
2022-04-02 11:17:09 +00:00
Vladimir Makarov
c2d8498f1a
Add first version of annoy-based skip-index
2022-04-01 18:47:48 +00:00
Vladimir Makarov
2f1213d25f
Add original and new Annoy
2022-03-25 18:22:59 +00:00
Vladimir Makarov
4a9fbdf4dc
try to add spotify-annoy
2022-03-25 12:48:04 +00:00
Vladimir Makarov
dd1df58559
Fix and move Annoy
2022-03-24 19:40:09 +00:00
Vladimir Makarov
b52fb9ef12
[VSS-24] Annoy realization
2022-03-17 08:46:40 +00:00
Anton Popov
7d01516202
Merge pull request #34795 from snar/array-compact-higher-order
...
make arrayCompact behave as other higher-order functions
2022-03-03 21:25:43 +03:00
Anton Popov
aea7bfb59a
Merge pull request #34992 from azat/fix-asynchronous_inserts-race
...
Fix race between INSERT async_insert=1 and system.asynchronous_inserts
2022-03-03 20:55:19 +03:00
alesapin
ec5148d5a5
Merge pull request #35019 from azat/fast-test-time
...
fasttest: add timings for "Test time" column in the results table
2022-03-03 15:31:42 +01:00
Maksim Kita
c48c13601d
Merge pull request #35014 from FArthur-cmd/fix_tutorial_link
...
Fix tutorial link
2022-03-03 14:06:07 +01:00
Kseniia Sumarokova
b11b34dc8c
Merge pull request #34849 from kssenii/fix-too-many-columns
...
Fix reading too many columns for s3 and url storages
2022-03-03 13:57:22 +01:00
Kseniia Sumarokova
ad09554c4c
Merge pull request #34996 from kssenii/fix-filelog-assertion
...
Fix possible segfault in filelog storage
2022-03-03 13:52:54 +01:00
Nikolai Kochetov
32120d5dec
Merge pull request #34993 from ClickHouse/try-fix-delayed-source
...
Avoid pushing to port with data inside DelayedSource
2022-03-03 13:44:45 +01:00
Azat Khuzhin
15bbc5537b
fasttest: add --print-time for "Test time" column in the results table
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-03 15:44:41 +03:00
Azat Khuzhin
b2ed5552cc
fasttest: use bash arrays over wrap lines with backslash
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-03 15:44:41 +03:00
Frank Chen
b4829465d9
Improve the opentelemetry span logs for INSERT on distributed table ( #34480 )
2022-03-03 12:53:29 +01:00
tavplubix
b7d4c78f13
Merge pull request #34487 from zzsmdfj/issue/32977_MaterializedMySQL_add_table_list_settings
...
MaterializedMySQL add materialized_mysql_tables_list settings
2022-03-03 12:44:51 +01:00
Vladimir C
eb68c21152
Merge pull request #34995 from vdimir/fix-aarch64
2022-03-03 12:18:28 +01:00
Vladimir C
38cf9ca7c2
Merge pull request #35005 from vdimir/fixarm64/00092_obfuscator
2022-03-03 12:17:30 +01:00
Vladimir C
ec3ed98dfe
Merge pull request #34947 from freedomDR/feature1
2022-03-03 12:14:01 +01:00
Filatenkov Artur
234e5534b7
Update install.md
2022-03-03 13:21:43 +03:00
Filatenkov Artur
d5b76cf983
Update install.md
2022-03-03 13:21:07 +03:00
Filatenkov Artur
c6486516ca
correct link
2022-03-03 13:19:31 +03:00
Filatenkov Artur
437abfb99a
correct link
2022-03-03 13:18:39 +03:00
Maksim Kita
6bbea953d6
Merge pull request #35011 from heleihelei/heleihelei-patch-1
...
Fix typo
2022-03-03 10:41:19 +01:00
Maksim Kita
f1b1baf56e
Merge pull request #34982 from Cai-Yao/master
...
date_time_input_format = 'best_effort_us'
2022-03-03 09:22:57 +01:00
Maksim Kita
7d90afb3b0
Merge pull request #34988 from azat/safe-exit
...
Fix signal-unsafe TSan report in client
2022-03-03 09:21:26 +01:00
heleihelei
2f1e8109db
typo
2022-03-03 15:54:54 +08:00
heleihelei
ab47ea7fa4
typo
...
typo
2022-03-03 15:18:35 +08:00
Vladimir C
38cafb549b
add no-cpu-aarch64 to 01092_memory_profiler
2022-03-02 23:15:01 +01:00
vdimir
c89de91fd4
clickhouse obfuscator aarch64 fix
2022-03-02 21:31:40 +00:00