Commit Graph

143208 Commits

Author SHA1 Message Date
serxa
54735e6292 fix 2024-05-27 17:52:09 +00:00
Jiebin Sun
48ca5d48b1 Reduce the redundant isDefault() of ColumnSparse::filter to improve performance
Add two methods in the Interator of ColumnSparse. Replace the `++offset_it`
with `offset_it.increaseCurrentRow()` and `offset_it.increaseCurrentOffset()`,
to remove the redundant `isDefault()` in `++` of `Interator` and reuse the
following `isDefault()`.

Test the patch with Q10 of ClickBench on 80x2 vCPUs and the QPS has got
9.6% performance gain.

Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-05-28 00:43:39 +08:00
Max K
324bec78ff CI: Critical bugfix category in PR template 2024-05-27 18:43:24 +02:00
Francisco Javier Jurado Moreno
3f9d330180 Support different error handlings 2024-05-27 18:39:18 +02:00
Max K
4bca858c7b
Merge pull request #64459 from ClickHouse/ci_fix_build_report_priority
CI: fix build_report selection in case of job reuse
2024-05-27 16:06:05 +00:00
Anton Popov
34764f95be remove unused flag 2024-05-27 15:59:31 +00:00
Nikolai Kochetov
631421075a Split QueryAnalysisPass. 2024-05-27 15:41:49 +00:00
Raúl Marín
8c3ebea035 Merge remote-tracking branch 'blessed/master' into more_slow_tests 2024-05-27 17:41:18 +02:00
Nikolai Kochetov
e78ed2c54b Split QueryAnalysisPass. 2024-05-27 15:40:32 +00:00
Robert Schulze
d6089cf456
Merge pull request #64428 from Blargian/document_reinterpretAsXYZ
[Docs] add missing `reinterpretXYZ` functions
2024-05-27 15:35:55 +00:00
Max K
9eb79530f4 CI: fix build_report selection in case of job reuse 2024-05-27 17:35:42 +02:00
Nikolai Kochetov
b4189f65db Split QueryAnalysisPass. 2024-05-27 15:23:46 +00:00
Raúl Marín
e4730e8c7e Merge remote-tracking branch 'blessed/master' into rename_allow_deprecated_functions 2024-05-27 17:23:02 +02:00
Nikolai Kochetov
822a4d6513 Split QueryAnalysisPass. 2024-05-27 15:18:07 +00:00
Anton Popov
1948280fdd
enable setting replace_long_file_name_to_hash by default 2024-05-27 17:12:10 +02:00
Blargian
985e327553 Add missing toStartOfNanosecond 2024-05-27 17:10:32 +02:00
alesapin
be8edfb27f Don't propagate user settings for merges and mutations in object storages 2024-05-27 17:09:45 +02:00
Kruglov Pavel
a49f5e4343
Merge pull request #64363 from Avogar/split-dynamic-merges-tests
Split tests 03039_dynamic_all_merge_algorithms to avoid timeouts
2024-05-27 15:02:28 +00:00
Nikolai Kochetov
52691c829f Split QueryAnalysisPass. 2024-05-27 15:00:07 +00:00
Blargian
9f72635c4e Add missing toStartOfMillisecond, toStartOfMicrosecond 2024-05-27 16:58:58 +02:00
Francisco Javier Jurado Moreno
c5d5c32ee1 Remove unnecessary extern error codes 2024-05-27 16:57:54 +02:00
Anton Popov
a0e820e7f4 fix create as with default 2024-05-27 14:57:43 +00:00
Francisco Javier Jurado Moreno
c2dd92793a Add tests for fromReadableDecimalSize 2024-05-27 16:56:26 +02:00
Francisco Javier Jurado Moreno
c1de6a2756 Extract fromreadabledecimalsize to its own function 2024-05-27 16:55:00 +02:00
Nikolai Kochetov
392819d01f Split QueryAnalysisPass. 2024-05-27 14:54:51 +00:00
Francisco Javier Jurado Moreno
41dbd5e6f8 Extract common behaviour to fromReadable & parametrize 2024-05-27 16:54:29 +02:00
Francisco Javier Jurado Moreno
53b1379d5f Keep only Impl 2024-05-27 16:54:07 +02:00
Francisco Javier Jurado Moreno
dc65301b5d Add tests 2024-05-27 16:53:16 +02:00
Blargian
8166da7fbb Incorporate review changes 2024-05-27 16:21:36 +02:00
Kruglov Pavel
2ba0d78eee
Merge pull request #64437 from ClickHouse/Avogar-patch-3
Clean settings in 02943_variant_read_subcolumns test
2024-05-27 14:03:35 +00:00
Nikolai Kochetov
fa53b2f25b Split QueryAnalysisPass. 2024-05-27 13:58:17 +00:00
Antonio Andelic
f2d4ec3093
Merge pull request #64256 from korowa/fix-cnf-reduction
fix: CNF with mutually exclusive atoms reduction
2024-05-27 13:51:52 +00:00
Raúl Marín
c3a68397b4 Set max time limit for parallel ddl tests 2024-05-27 15:23:15 +02:00
Francisco Javier Jurado Moreno
b5daa653ee At even more tests 2024-05-27 15:22:44 +02:00
Kseniia Sumarokova
816ae6b14b
Merge pull request #64432 from ClickHouse/fix-test
Fix test after #64404
2024-05-27 13:20:55 +00:00
Dmitry Novik
8dbac447e3
Small fixup 2024-05-27 15:17:14 +02:00
Raúl Marín
293c8ce3f4 Limit timeout for 01293_optimize_final_force 2024-05-27 15:13:56 +02:00
Francisco Javier Jurado Moreno
7dcfb55021 Update documentation to reflect new type 2024-05-27 15:09:30 +02:00
Francisco Javier Jurado Moreno
0db331249d Change return type to Float64 2024-05-27 15:07:31 +02:00
Raúl Marín
bf3762db20 Add max time limit to 00840_long_concurrent_select_and_drop_deadlock 2024-05-27 15:04:41 +02:00
Antonio Andelic
8f775037bf Address PR review 2024-05-27 13:02:45 +00:00
Nikolai Kochetov
e680e9ce52 Split QueryAnalysisPass. 2024-05-27 13:02:28 +00:00
Nikolai Kochetov
6e4fe264f8 Split QueryAnalysisPass. 2024-05-27 13:00:31 +00:00
Raúl Marín
4d63bc24a5 Disable 01701_parallel_parsing_infinite_segmentation on debug and sanitizer builds 2024-05-27 15:00:03 +02:00
Nikolai Kochetov
747f6ae39c Add a comment after #64226 2024-05-27 12:52:44 +00:00
Francisco Javier Jurado Moreno
24d9b6804e Make scale literals long to avoid truncation 2024-05-27 14:42:32 +02:00
Francisco Javier Jurado Moreno
18787b33cf Add more tests 2024-05-27 14:38:09 +02:00
Kseniia Sumarokova
de701cefe2
Merge pull request #64434 from ClickHouse/remove-logging
Remove some logging
2024-05-27 12:29:52 +00:00
Raúl Marín
025f35a5fb 02500_bson_read_object_id: Reduce size 2024-05-27 14:19:59 +02:00
Nikolai Kochetov
56d5298a9c
Merge pull request #64226 from ClickHouse/experiment-add-aliase-to-array-join
Fix ARRAY JOIN with Distributed.
2024-05-27 12:10:19 +00:00