vdimir
f3d0e6d999
remove partial_merge_join_optimizations
...
this option is redundant because optimization is controlled by partial_merge_join_left_table_buffer_bytes
2021-11-19 12:58:46 +03:00
alesapin
7820af7cbd
More compatible output format
2021-11-19 12:48:38 +03:00
tavplubix
9114bc8b9a
Update conftest.py
2021-11-19 12:48:08 +03:00
alesapin
f33e93e305
Merge branch 'add_4_letter_words_commands' of github.com:JackyWoo/ClickHouse into JackyWoo_add_4_letter_words_commands
2021-11-19 12:31:03 +03:00
alesapin
3f8f08e816
Slightly better
2021-11-19 12:30:58 +03:00
JackyWoo
33396b054e
fix build error
2021-11-19 15:52:35 +08:00
alexey-milovidov
73ee28c364
Merge pull request #31507 from ClickHouse/add-gcp-benchmark
...
Add hardware benchmark from GCP
2021-11-19 10:01:23 +03:00
alexey-milovidov
2e6864f6ec
Merge pull request #31516 from depyronick/master
...
added clickhouse-client library
2021-11-19 07:44:44 +03:00
alexey-milovidov
915a701e8f
Merge pull request #31522 from achimbab/update_adopter
...
Update links in adopters.md
2021-11-19 07:43:10 +03:00
alexey-milovidov
40038ec80f
Update gcp_n2d.json
2021-11-19 07:40:15 +03:00
Amos Bird
c47ec31617
fix
2021-11-19 11:51:05 +08:00
achimbab
3c0c7fd070
Update links in adopters.md
2021-11-19 10:55:48 +09:00
Ali Demirci
4a60b5ade6
Update client-libraries.md
2021-11-19 03:58:12 +03:00
Ali Demirci
7a3721c04f
Update client-libraries.md
2021-11-19 03:56:52 +03:00
Vitaly Baranov
af56b20da7
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
2021-11-19 02:48:00 +03:00
Vitaly Baranov
06077a2952
Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common.
2021-11-19 00:14:23 +03:00
Vitaly Baranov
6634fcbac7
Rename Quota::ResourceType -> QuotaType and move it to Access/Common.
2021-11-19 00:14:23 +03:00
Vitaly Baranov
33ea7a7262
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
2021-11-19 00:14:23 +03:00
Vitaly Baranov
2883ca012e
Rename RowPolicy::NameParts -> RowPolicyName and move it to Access/Common.
2021-11-19 00:14:23 +03:00
karnevil13
9c5e788949
Merge branch 'master' into karnevil-DOCSUP-17584
2021-11-18 23:50:07 +03:00
alexey-milovidov
12a471507e
Merge pull request #31169 from sundy-li/notlike-fix
...
ISSUES-30801: Remove not like function into RPNElement
2021-11-18 23:40:57 +03:00
karnevil13
f2bc38ad3e
Apply suggestions from code review
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-18 23:40:10 +03:00
alexey-milovidov
b30f9124c0
Merge pull request #31008 from kssenii/sql-json-fix-2
...
Improve usability of JSON_VALUE
2021-11-18 23:39:17 +03:00
Alexey Milovidov
1135c35845
Add hardware benchmark from GCP
2021-11-18 23:38:01 +03:00
alesapin
04dba4c360
Merge branch 'add_4_letter_words_commands' of github.com:JackyWoo/ClickHouse into JackyWoo_add_4_letter_words_commands
2021-11-18 23:18:12 +03:00
alesapin
dcec086573
Small refactoring
2021-11-18 23:17:22 +03:00
Alexey
108e86bf57
Changed examples: take from dev PR
2021-11-18 19:44:38 +00:00
Vitaly Baranov
f4b5d5a0d7
Update src/Access/EnabledQuota.cpp
2021-11-18 21:49:36 +03:00
Amos Bird
d1a14d76f1
fix
2021-11-19 02:29:35 +08:00
andrc1901
a9a55b38be
Update exponentialmovingaverage.md
2021-11-18 21:09:26 +03:00
Cody Baker
b33ab89706
Reapply style changes to hardware page ( #31506 )
2021-11-18 20:44:37 +03:00
Andrei Ch
2717a0268a
suggestions are resolved
2021-11-18 20:42:41 +03:00
Stig Bakken
f8c53e839a
fix clang13 warning
2021-11-18 16:53:41 +01:00
Amos Bird
c988a4e770
fix again
2021-11-18 23:09:17 +08:00
Anton Popov
69559a4fd9
fix convertion to CNF
2021-11-18 17:54:07 +03:00
JackyWoo
0d19f2a485
ignore clang-tidy for IntNode in gtest_coordination
2021-11-18 21:27:43 +08:00
Stig Bakken
b91f21d658
Don't use setInternalQuery() when forwarding drop calls to database
2021-11-18 11:46:51 +01:00
Stig Bakken
9190a883d3
Print CREATE, not ATTACH
2021-11-18 11:46:51 +01:00
Stig Bakken
eb5115adb8
Fail when loading MaterializeMySQL database without uuid
...
and print instructions on how to remove and recreate.
2021-11-18 11:46:51 +01:00
Stig Bakken
18ce50fd7f
Add hasReplicationThread() and stopReplication() methods to IDatabase
2021-11-18 11:46:51 +01:00
Stig Bakken
ff46e8bb51
Drop support for DatabaseOrdinary in MaterializedMySQL
...
1. Dropped support for DatabaseOrdinary for MaterializeMySQL. It
is marked as experimental, and dropping support makes the code
more maintaible, and speeds up integration tests by 50%.
2. Get rid of thread name logic for StorageMaterializeMySQL wrapping,
use setInternalQuery instead (similar to MaterializedPostgreSQL).
2021-11-18 11:46:51 +01:00
JackyWoo
afd8a321b4
ignore explicit-constructor in gtest_coordination.cpp
2021-11-18 18:34:44 +08:00
alexey-milovidov
8d2a083bf9
Update CHANGELOG.md
2021-11-18 12:50:41 +03:00
kssenii
11ab1f1ae5
Fix
2021-11-18 08:46:31 +00:00
kssenii
4016530b99
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into sql-json-fix-2
2021-11-18 08:33:50 +00:00
alexey-milovidov
7872a1eb45
Merge pull request #31501 from ClickHouse/new-hardware-results
...
Add hardware benchmark results from Panelbear
2021-11-18 11:27:29 +03:00
alexey-milovidov
d66a742371
Update nyc-taxi.md
2021-11-18 11:25:57 +03:00
Vladimir Chebotarev
8b622bd4ff
Fixed a typo.
2021-11-18 10:54:59 +03:00
alesapin
b936932a06
Merge branch 'add_4_letter_words_commands' of github.com:JackyWoo/ClickHouse into JackyWoo_add_4_letter_words_commands
2021-11-18 10:50:44 +03:00
JackyWoo
27d50edc59
adjust log output
2021-11-18 15:49:43 +08:00