Alexey Milovidov
63423a5162
Fixed absolutely wrong documentation for parallel INSERT SELECT
2020-03-05 15:27:32 +03:00
Alexey Milovidov
58d964ad16
Better documentation
2020-03-03 03:33:11 +03:00
alexey-milovidov
7b511b2d90
Merge pull request #9070 from urykhy/fix-mv-insert-2621
...
add option to force deduplicate children
2020-02-28 03:19:27 +03:00
Artem Zuikov
912ec60e7e
Enable joined_subquery_requires_alias by default ( #9274 )
...
enable joined_subquery_requires_alias by default
2020-02-26 16:11:06 +03:00
alexey-milovidov
4a0873a93f
Update Settings.h
2020-02-23 04:30:22 +03:00
Yury Stankevich
1d391e2841
add option to force deduplicate children
2020-02-20 13:06:56 +03:00
chertus
74a5227ac4
add join_algorithm setting
2020-02-18 20:31:22 +03:00
chertus
fbecd0c155
use default_max_bytes_in_join in JoinSwitcher if no join limits
2020-02-18 17:19:13 +03:00
Alexander Tokmakov
6889951396
better syntax for temporary LIVE VIEW
2020-02-14 21:20:20 +03:00
Ivan
bef233f450
Add simple memory profiler ( #8765 )
...
* Add new trace type to system.trace_log table
* [WIP]
* Add settings for soft limit raising.
* Remove unused diff
* Remove unused diff
* Some renames
* Fix client hanging on quit
* Remove obsolete pointer for trace collector in context.
* Use memory tracker on query level.
* Fix TSan tests
* Try to simplify TraceCollector initialization.
It allows to workaround first call inside signal handler
* Initialize TraceCollector before setting signal handlers
* Attempt to fix
* Fix Int64 → UInt64 for |size|
* Explicitly reset global TraceCollector instance.
2020-02-12 15:37:40 +03:00
Ivan Lezhankin
abb1220cb3
Merge branch 'master' into memory-profiler
2020-02-07 18:16:41 +03:00
Alexander Tokmakov
16a3bed290
Merge branch 'master' into fix_poco_ssl_timeouts
2020-02-07 16:36:45 +03:00
Alexander Tokmakov
5fba5f97dd
update submodule
2020-02-07 16:35:15 +03:00
Vitaly Baranov
7ebcd4b290
Merge pull request #8875 from vitlibar/RBAC-5
...
RBAC-5.1
2020-02-07 03:40:15 +03:00
Artem Zuikov
31948a063a
Trying to fix early constant folding ( #9010 )
...
add setting to disable early constant folding
2020-02-07 03:05:51 +03:00
Alexander Tokmakov
acef7fc5bd
add test
2020-02-06 20:23:05 +03:00
Vitaly Baranov
d2ff1e5dd4
Implement partial revokes.
2020-02-06 18:12:53 +03:00
Ivan Lezhankin
a5ccc72656
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-02-05 16:52:49 +03:00
Ivan Lezhankin
88095b636e
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-02-03 16:21:21 +03:00
millb
0d91aff981
Code added
2020-02-03 10:40:12 +03:00
alexey-milovidov
baf218b431
Merge pull request #8932 from 4ertus2/debt
...
Rename ANY INNER to SEMI JOIN for partial merge join
2020-02-03 01:53:52 +03:00
alexey-milovidov
d1bfacae4b
Merge pull request #8953 from oandrew/avro-fixes-confluent
...
AvroConfluent fixes
2020-02-03 00:00:24 +03:00
Andrew Onyshchuk
927e572d39
AvroConfluent bugfixes
2020-02-01 18:53:11 -06:00
alexey-milovidov
8253134739
Merge pull request #8935 from millb/CRLF_in_CSV_2
...
CRLF in CSV output format
2020-02-01 01:52:44 +03:00
chertus
71d2050000
rename ANY INNER to SEMI JOIN for partial merge join
2020-01-31 17:29:49 +03:00
millb
0f5e43ec51
Attempt
2020-01-31 16:02:53 +03:00
Nicolae Vartolomei
fd42d1ee87
ALTER <materialized view name> MODIFY QUERY <select_query>
...
Trying to resurrect https://github.com/ClickHouse/ClickHouse/pull/7533 .
I'd like to get this PR in if we have an agreement on syntax and general
direction, after that I'll rebase actual alter functionality from above mentioned PR.
2020-01-30 14:12:49 +00:00
Ivan Lezhankin
df0a3ce221
Merge remote-tracking branch 'upstream/master' into memory-profiler
2020-01-28 18:34:19 +03:00
alexey-milovidov
49c77c65f2
Update Settings.h
2020-01-26 00:04:34 +03:00
alexey-milovidov
196ed889b9
Merge branch 'master' into joins
2020-01-26 00:03:56 +03:00
alexey-milovidov
dc90d42e1e
Merge pull request #8305 from ClickHouse/Vxider-parallel-insert
...
Vxider parallel insert
2020-01-25 20:30:50 +03:00
Azat Khuzhin
6939ffeabf
force_optimize_skip_unused_shards setting to throw if skipping is not possible
2020-01-24 21:15:40 +03:00
chertus
a9d0d74720
remove bad MergeJoin optimization
2020-01-24 18:28:40 +03:00
Nikolai Kochetov
4a4de82648
Merged with master
2020-01-23 18:44:26 +03:00
Alexey Milovidov
2a6b9fbeb4
Merge branch 'master' into oandrew-avro
2020-01-22 22:37:07 +03:00
Ivan Lezhankin
7706e0a35c
Some renames
2020-01-22 18:20:19 +03:00
Alexey Milovidov
de5da5db2e
Enable Processors
2020-01-21 21:12:45 +03:00
Ivan Lezhankin
008faaa760
Add settings for soft limit raising.
2020-01-21 19:39:52 +03:00
Alexey Milovidov
76e04b9843
Merge branch 'avro' of https://github.com/oandrew/ClickHouse into oandrew-avro
2020-01-18 21:23:55 +03:00
chertus
d9835979eb
rename setting
2020-01-17 14:45:43 +03:00
chertus
61a7e84cae
Merge branch 'master' into joins
2020-01-16 15:14:19 +03:00
filimonov
5ae7a0337c
Update Settings.h
2020-01-15 14:51:06 +01:00
filimonov
ba4db6a71b
Update Settings.h
2020-01-15 14:38:05 +01:00
alexey-milovidov
b6f41e4465
Merge pull request #8647 from qMBQx8GH/fix_max_depth
...
Initial commit to fix IParser::Pos.max_depth issue
2020-01-15 01:00:17 +03:00
chertus
3bdc81f3fd
Merge branch 'master' into joins
2020-01-14 22:30:07 +03:00
chertus
f0023dc4b1
split in progress
2020-01-14 22:02:22 +03:00
Alexey Milovidov
cf3e3b44bd
Query profiler is production ready and enabled by default
2020-01-14 21:52:40 +03:00
Maxim Smirnov
ee463403d5
Initial commit to fix IParser::Pos.max_depth issue
2020-01-14 13:11:01 +02:00
Nikolai Kochetov
a6fc528805
Merge branch 'master' into Vxider-parallel-insert
2020-01-13 20:59:42 +03:00
Andrew Onyshchuk
9da0df4f03
Add codec and sync interval settings
2020-01-11 01:01:57 -06:00