Robert Schulze
56df9f3b0d
Merge pull request #50312 from rschu1ze/annoy_cleanup
...
Cleanup Annoy index
2023-06-08 10:03:11 +02:00
Robert Schulze
1b26901db4
Merge branch 'master' into annoy_cleanup
2023-06-08 09:59:10 +02:00
Robert Schulze
d14972f64f
Merge pull request #50658 from rschu1ze/default-granularity
...
ALTER TABLE ADD INDEX: Add default GRANULARITY argument for secondary indexes
2023-06-08 09:56:06 +02:00
vdimir
2297995c1a
Disable grace_hash join in stress tests
...
Until https://github.com/ClickHouse/ClickHouse/issues/50220 is fixed
2023-06-08 07:15:11 +00:00
Dmitry Kardymon
f5816c27aa
Use hex value in tests
2023-06-08 06:20:14 +00:00
Dmitry Kardymon
7263769d20
Add constexpr / fix date check
2023-06-08 06:12:54 +00:00
Nikolay Degterinsky
188bac414e
Merge pull request #50280 from lucas-tubi/fix-datetime64-index-scaning
...
Fixed type conversion from Date/Date32 to DateTime64 when querying with DateTime64 index
2023-06-08 07:10:55 +02:00
Sergei Trifonov
59cee29155
Merge branch 'master' into unify-priorities-executable-tasks
2023-06-08 06:42:39 +02:00
Derek Chia
286f3b247b
Update settings.md
2023-06-08 11:28:44 +08:00
flynn
92c87dedad
Add parallel state merge for some other combinator except If ( #50413 )
...
* Add parallel state merge for some other combinator except If
* add test
* update test
2023-06-08 00:41:32 +02:00
Alexander Gololobov
03b031eb40
Fix for using frame reference after stack was updated by previous optimizaton
2023-06-07 21:48:54 +02:00
Alexander Gololobov
1e4bcd0d5d
Test to repro asan issue
2023-06-07 21:44:57 +02:00
Kseniia Sumarokova
c2fc0713f2
Update FileCache_fwd.h
2023-06-07 21:08:48 +02:00
kssenii
129473ae74
Fix
2023-06-07 20:48:03 +02:00
Antonio Andelic
b11f744252
Correctly disable async insert with deduplication when it's not needed ( #50663 )
...
* Correctly disable async insert when it's not used
* Better
* Add comment
* Better
* Fix tests
---------
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-06-07 20:33:08 +02:00
Alexey Milovidov
2763f010c5
Merge pull request #50588 from danlark1/patch-1
...
Enable LZ4_FAST_DEC_LOOP for Arm to get 5% of decompression speed
2023-06-07 21:27:10 +03:00
robot-ch-test-poll4
df383cad33
Merge pull request #50587 from ClickHouse/fix-01487_distributed_in_not_default_db
...
Analyzer: fix 01487_distributed_in_not_default_db
2023-06-07 20:26:53 +02:00
vdimir
a268250aff
Fixes for LowCardinality Nullable in HashJoin
2023-06-07 20:16:36 +02:00
vdimir
f3b5a87a66
Fixing crash in anti/semi join
2023-06-07 20:16:36 +02:00
Alexander Sapin
278543c48a
Merge branch 'azure_table_function' of github.com:ClickHouse/ClickHouse into azure_table_function
2023-06-07 20:03:35 +02:00
Alexander Sapin
7d5b98f028
Remove logging add sleeps
2023-06-07 20:03:17 +02:00
Nikita Mikhaylov
c0f2141bd0
Revert "date_trunc function to always return DateTime type" ( #50670 )
2023-06-07 19:51:41 +02:00
Nikita Mikhaylov
e1ceb01ad0
Parallel replicas for short queries ( #50639 )
2023-06-07 19:45:27 +02:00
serxa
3cdbccd9ea
Unify priorities: IExecutableTask
s
2023-06-07 16:50:04 +00:00
Dmitry Novik
92faf4a18e
Merge branch 'master' into analyzer-distr-query
2023-06-07 18:34:16 +02:00
Robert Schulze
c12c62a7fb
Update src/Parsers/ParserCreateIndexQuery.cpp
...
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2023-06-07 18:22:53 +02:00
robot-clickhouse
8d67296e3a
Automatic style fix
2023-06-07 16:22:42 +00:00
Alexander Sapin
b78e330129
Better test
2023-06-07 18:09:55 +02:00
Han Fei
b567dc2a1d
fix test
2023-06-07 17:48:06 +02:00
Alexander Sapin
cf65ac499c
Fix iterator
2023-06-07 17:34:26 +02:00
Alexander Sapin
a67dd6e479
Readuntilend
2023-06-07 17:25:48 +02:00
Alexander Gololobov
bf6900f64c
Write 1 part and do not use OPTIMIZE FINAL
2023-06-07 17:08:18 +02:00
Han Fei
3c80656aeb
Merge branch 'master' into revert-50467-revert-50430-hanfei/fix-crossjoin-filter-pushdown
2023-06-07 17:06:50 +02:00
Han Fei
4fd64a28b2
and add more tests
2023-06-07 16:07:18 +02:00
Han Fei
ea1aa4bd9e
update comment
2023-06-07 16:02:16 +02:00
avogar
cf947e6e01
Fix typo
2023-06-07 12:50:16 +00:00
avogar
87ac6b8b63
Fix reading negative decimals in avro format
2023-06-07 12:49:28 +00:00
Robert Schulze
b83f0fff7d
Merge branch 'master' into default-granularity
2023-06-07 14:39:56 +02:00
Robert Schulze
81cd3defd7
Fix expected results
2023-06-07 12:29:09 +00:00
Rich Raposa
06b05cf2aa
Merge pull request #50664 from ClickHouse/fix-docs-tuple-with-aggregates
...
Some minor fixes about using `Tuple` in aggregate functions
2023-06-07 06:07:52 -06:00
Azat Khuzhin
036ddcd47b
Fix excessive memory usage for FINAL (due to too much streams usage) ( #50429 )
...
Previously it could create MergeTreeInOrder for each mark, however this
could be very suboptimal, due to each MergeTreeInOrder has some memory
overhead.
Now, by collapsing all marks for one part together it is more memory
effiecient.
I've tried the query from the altinity wiki [1] and it decreases memory
usage twice:
SELECT * FROM repl_tbl FINAL WHERE key IN (SELECT toUInt32(number) FROM numbers(1000000) WHERE number % 50000 = 0) FORMAT Null
- upstream: MemoryTracker: Peak memory usage (for query): 520.27 MiB.
- patched: MemoryTracker: Peak memory usage (for query): 260.95 MiB.
[1]: https://kb.altinity.com/engines/mergetree-table-engine-family/replacingmergetree/#multiple-keys
And it could be not 2x and even more or less, it depends on the gaps in
marks for reading (for example in my setup the memory usage increased a
lot, from ~16GiB of RAM to >64GiB due to lots of marks and gaps).
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-07 13:48:08 +02:00
Alexander Sapin
71ae54f089
Fix args
2023-06-07 13:34:01 +02:00
Alexander Sapin
5d52c41689
Merge branch 'master' into azure_table_function
2023-06-07 12:33:26 +02:00
Kseniia Sumarokova
d25ea9b0cf
Merge pull request #50470 from kssenii/add-some-assertions-2
...
Add some assertions
2023-06-07 12:28:28 +02:00
János Benjamin Antal
35ef14482d
Fix keyword capitalization
2023-06-07 10:13:13 +00:00
János Benjamin Antal
1a3dc7c3ed
Merge branch 'master' into fix-docs-tuple-with-aggregates
2023-06-07 12:11:03 +02:00
János Benjamin Antal
e0bc695e2d
Use correct link format
2023-06-07 10:07:35 +00:00
Alexey Milovidov
6e9c08bbf4
Merge pull request #50642 from johanngan/regexptree-bad-opt
...
Revert invalid RegExpTreeDictionary optimization
2023-06-07 13:00:20 +03:00
Robert Schulze
7c80046834
Revert "Remove clang-tidy exclude"
...
This reverts commit 42c0547895
.
2023-06-07 09:47:54 +00:00
Robert Schulze
c795eb0329
Temporarily disable a test
2023-06-07 09:46:47 +00:00