Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Nikolai Kochetov
|
9a39459888
|
Refactor ActionsDAG
|
2021-03-04 20:38:12 +03:00 |
|
Nikolai Kochetov
|
d328bfa41f
|
Review fixes. Add setting max_optimizations_to_apply.
|
2021-02-26 19:29:56 +03:00 |
|
Alexander Kuzmenkov
|
61a35cdafd
|
final cleanup
|
2020-12-24 12:12:34 +03:00 |
|
Alexander Kuzmenkov
|
2bb0f5772e
|
proper signature
|
2020-12-24 12:12:34 +03:00 |
|
Alexander Kuzmenkov
|
844239b1c3
|
tmp fixes (split me)
|
2020-12-24 07:03:33 +03:00 |
|
Amos Bird
|
272311f6bd
|
Extensive information in system.query_log
|
2020-12-18 14:13:58 +08:00 |
|
Nikolai Kochetov
|
c91b453630
|
Try fix tests.
|
2020-10-22 14:08:12 +03:00 |
|
Nikolai Kochetov
|
c5cb05f5f3
|
Try fix tests.
|
2020-10-07 14:26:29 +03:00 |
|
Nikolai Kochetov
|
ec64def384
|
Use QueryPlan while reading from MergeTree.
|
2020-10-01 20:34:22 +03:00 |
|
Nikolai Kochetov
|
118a8a513e
|
Update mutations interpreter.
|
2020-09-15 20:13:13 +03:00 |
|
Nikolai Kochetov
|
6934974fc5
|
Lift up ARRAY JOIN step.
|
2020-08-14 21:24:31 +03:00 |
|
Nikolai Kochetov
|
9c6627a7eb
|
Limit push down.
|
2020-07-28 17:13:31 +03:00 |
|
Nikolai Kochetov
|
b4852e4c69
|
Limit push down.
|
2020-07-23 13:20:38 +03:00 |
|
Nikolai Kochetov
|
8587c2025d
|
Merge branch 'master' into initial-explain
|
2020-06-29 23:35:56 +03:00 |
|
Nikolai Kochetov
|
79bcc8309c
|
Header for pipeline.
|
2020-06-27 12:31:56 +03:00 |
|
Nikolai Kochetov
|
5a678d74c2
|
Add explain pipeline.
|
2020-06-27 12:31:31 +03:00 |
|
Nikolai Kochetov
|
d88e19b69d
|
Added actions setting for Explain query.
|
2020-06-27 12:31:06 +03:00 |
|
Nikolai Kochetov
|
b282a1775f
|
Add description setting.
|
2020-06-27 12:30:37 +03:00 |
|
Nikolai Kochetov
|
47d9f4af9c
|
Header for explain.
|
2020-06-27 12:30:51 +03:00 |
|
Nikolai Kochetov
|
e1481ccfc2
|
Add initial explain.
|
2020-06-27 12:30:38 +03:00 |
|
Nikolai Kochetov
|
d7d334bf6f
|
Update query plan traits for DISTINCT. Add more comments.
|
2020-06-22 13:18:28 +03:00 |
|
Nikolai Kochetov
|
f6cd3f43bb
|
Fix Context leak in InterpreterSelectQuery
|
2020-06-19 17:42:01 +03:00 |
|
Nikolai Kochetov
|
45adacf0bc
|
Use QueryPlan in InterpreterSelectQuery [part 2].
|
2020-06-18 20:45:00 +03:00 |
|
Nikolai Kochetov
|
4407bd7daa
|
Added source steps.
|
2020-06-16 17:11:19 +03:00 |
|
Nikolai Kochetov
|
4c179e454a
|
Add QueryPlan.
|
2020-06-08 12:14:58 +03:00 |
|