This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread 4 | |
| 1118 seconds | |
| Query01: | |
| iteration 0: ok 81.141597s seconds | |
| iteration 1: ok 28.557147s seconds | |
| iteration 2: ok 34.470275s seconds | |
| iteration 3: ok 71.084687s seconds | |
| Query02: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread 3 | |
| 791 seconds | |
| Query01: | |
| iteration 0: ok 10.640034s seconds | |
| iteration 1: ok 10.930709s seconds | |
| iteration 2: ok 33.238114s seconds | |
| Query02: | |
| iteration 0: ok 13.839645s seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread 2 | |
| 535 seconds | |
| Query01: | |
| iteration 0: ok 17.933906s seconds | |
| iteration 1: ok 9.611723s seconds | |
| Query02: | |
| iteration 0: ok 7.415329s seconds | |
| iteration 1: ok 7.488083s seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread 1 | |
| 305 seconds | |
| Query01: | |
| iteration 0: ok 9.008795s seconds | |
| Query02: | |
| iteration 0: ok 5.625396s seconds | |
| Query03: | |
| iteration 0: ok 9.530079s seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grammar test; | |
| queryStmt: query (SEMICOLON | EOF) | insertStmt; | |
| query | |
| : alterStmt | |
| | analyzeStmt | |
| | createStmt | |
| | optimizeStmt | |
| | selectUnionStmt | |
| | showStmt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==321==ERROR: AddressSanitizer: heap-use-after-free on address 0x60600521c1e8 at pc 0x00001c82ebe5 bp 0x7ffcdd954f00 sp 0x7ffcdd954ef8 | |
| READ of size 8 at 0x60600521c1e8 thread T0 | |
| #0 0x1c82ebe4 in std::__1::__tree_end_node<std::__1::__tree_node_base<void*>*>* std::__1::__tree_next_iter<std::__1::__tree_end_node<std::__1::__tree_node_base<void*>*>*, std::__1::__tree_node_base<void*>*>(std::__1::__tree_node_base<void*>*) /build/obj-x86_64-linux-gnu/../contrib/libcxx/include/__tree:182:14 | |
| #1 0x1c82ebe4 in std::__1::__tree_iterator<std::__1::__value_type<Poco::Timestamp, std::__1::shared_ptr<DB::BackgroundSchedulePoolTaskInfo> >, std::__1::__tree_node<std::__1::__value_type<Poco::Timestamp, std::__1::shared_ptr<DB::BackgroundSchedulePoolTaskInfo> >, void*>*, long>::operator++() /build/obj-x86_64-linux-gnu/../contrib/libcxx/include/__tree:848:11 | |
| #2 0x1c82ebe4 in std::__1::__tree<std::__1::__value_type<Poco::Timestamp, std::__1::shared_ptr<DB::BackgroundSchedulePoolTaskInfo> >, std::__1::__map_value_compa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **** Time summary: | |
| Compilation (5780 times): | |
| Parsing (frontend): 9377.0 s | |
| Codegen & opts (backend): 6879.6 s | |
| **** Files that took longest to parse (compiler frontend): | |
| 28008 ms: build/dbms/src/Functions/GatherUtils/CMakeFiles/clickhouse_functions_gatherutils.dir/has.cpp.o | |
| 24678 ms: build/contrib/arrow-cmake/CMakeFiles/arrow_shared.dir/__/arrow/cpp/src/arrow/compute/kernels/cast.cc.o | |
| 21463 ms: build/dbms/src/AggregateFunctions/CMakeFiles/clickhouse_aggregate_functions.dir/AggregateFunctionQuantile.cpp.o | |
| 21209 ms: build/dbms/CMakeFiles/clickhouse_interpreters.dir/src/Interpreters/InterpreterSelectQuery.cpp.o |