Commit Graph

155309 Commits

Author SHA1 Message Date
liuneng1994
f3277d88e9 add xsimd 2024-10-10 18:13:39 +08:00
liuneng1994
a2814258bc support full filter push down 2024-10-10 11:01:57 +08:00
liuneng1994
aa1df9f5c7 support prefetch row group one by one 2024-10-10 11:01:57 +08:00
liuneng1994
2d55d2e3f9 hits benchmark 2024-10-10 11:01:57 +08:00
liuneng1994
93a1a98f02 fix hits bug 2024-10-10 11:01:57 +08:00
liuneng1994
a8fded3a01 add new reader factory 2024-10-10 11:01:57 +08:00
liuneng1994
3659abe56e add some test case and fix bug 2024-10-10 11:01:57 +08:00
liuneng1994
423ccde8f6 support clickbench 2024-10-10 11:01:57 +08:00
liuneng1994
909eee6ec6 fix lost row group 2024-10-10 11:01:57 +08:00
liuneng1994
d1de42469e fix row set 2024-10-10 11:01:57 +08:00
liuneng1994
b651d00216 fix decode empty string error 2024-10-10 11:01:57 +08:00
liuneng1994
7e6814962a support date32 and datetime64 2024-10-10 11:01:57 +08:00
liuneng1994
399f49db81 add some test 2024-10-10 11:01:57 +08:00
liuneng1994
7e2a700f19 optimize with simd 2024-10-10 11:01:52 +08:00
liuneng1994
0fb0274510 integrate with clickhouse 2024-10-10 11:01:25 +08:00
liuneng1994
dc40a79685 add merge implementation 2024-10-10 11:00:41 +08:00
liuneng1994
7716153d49 draft 2024-10-10 11:00:41 +08:00
liuneng1994
6afde42500 support read string 2024-10-10 11:00:41 +08:00
liuneng1994
b2ba32fba0 support read int32, int64, float32, float64 2024-10-10 11:00:41 +08:00
liuneng1994
8434ad930e plain int64 with range filter 2024-10-10 11:00:41 +08:00
liuneng1994
a7d9ec3e90 draft 2024-10-10 11:00:41 +08:00
liuneng
c45d5f138a draft 2024-10-10 11:00:41 +08:00
liuneng1994
3d55ff2577 draft 2024-10-10 11:00:41 +08:00
liuneng
679e991f03 draft 2024-10-10 11:00:41 +08:00
liuneng1994
441c2da803 draft 2024-10-10 11:00:41 +08:00
Raúl Marín
8d8a707977
Merge pull request #70535 from ClickHouse/revert-69812-create-or-replace-view-atomically
Revert "Support CREATE OR REPLACE VIEW atomically"
2024-10-10 02:15:06 +00:00
Raúl Marín
8fcdcd25fa
Revert "Support CREATE OR REPLACE VIEW atomically" 2024-10-10 10:12:04 +08:00
Antonio Andelic
1d689518ff
Merge pull request #70359 from ClickHouse/use-json-for-minio-logs
Use new JSON for collecting minio logs
2024-10-09 16:13:15 +00:00
Alexey Milovidov
d24b8bea37
Merge pull request #70468 from johnnyfish/patch-1
Update gui.md
2024-10-09 15:53:18 +00:00
Alexey Milovidov
116bd7e83e
Merge pull request #70489 from viladimiru/patch-1
Fixed typo `YSQL` in grant.md
2024-10-09 15:52:19 +00:00
Vladimir Valerianov
afef712b49 trigger pipeline 2024-10-09 16:54:40 +03:00
Antonio Andelic
807b09c593 Merge branch 'master' into use-json-for-minio-logs 2024-10-09 13:51:09 +02:00
Kseniia Sumarokova
f36bc0cf8b
Merge pull request #70505 from ClickHouse/improve-logging-test-disk-configuration
Use logging instead of print
2024-10-09 09:03:22 +00:00
Julia Kartseva
e42fed2919
Merge pull request #70445 from azat/client/fix-interactive-delay
Fix 0.1 second delay for interactive queries (due to keystroke interceptor)
2024-10-09 08:05:44 +00:00
János Benjamin Antal
2b87bff734
Merge pull request #68574 from ClickHouse/validate-create-query-after-alter
Validate create query after altering tables
2024-10-09 03:51:55 +00:00
robot-clickhouse
dd011d60ad Automatic style fix 2024-10-09 03:34:55 +00:00
pufit
03962be4d3
Merge pull request #70459 from davidtsuk/cli-implicit-bool
Command-line arguments with no value that are Bool settings should be implicitly set to true.
2024-10-09 03:28:31 +00:00
János Benjamin Antal
88133f513d Use logging instead of print 2024-10-09 03:23:15 +00:00
Pavel Kruglov
26f9aec1a5
Merge pull request #70288 from Avogar/json-as-string-row-binary
Allow to read/write JSON type as binary string in RowBinary format
2024-10-09 03:15:38 +00:00
Robert Schulze
eefe70472e
Merge pull request #70418 from Blargian/docs_connectionId
[Docs] update `connectionId` alias
2024-10-09 02:14:41 +00:00
Robert Schulze
df8568c446
Merge pull request #70421 from Blargian/docs_extract
[Docs] Updates `extract`, adds `extractGroups` documentation
2024-10-09 01:46:01 +00:00
Robert Schulze
6307267ba2
Merge pull request #70419 from Blargian/docs_current_schemas
[Docs] Document `currentSchemas` function
2024-10-09 01:43:15 +00:00
Robert Schulze
703382776c
Merge pull request #70416 from Blargian/docs_ignore
[Docs] Update `ignore` documentation
2024-10-09 01:42:20 +00:00
Robert Schulze
7569d6917e
Update other-functions.md 2024-10-09 03:41:18 +02:00
Nikolay Degterinsky
5642f786b8
Merge pull request #70499 from singhksandeep25/docs_memory_setting_example
[Docs] Added example in docs for setting user level memory restriction
2024-10-08 22:29:11 +00:00
Michael Kolupaev
ab06938478
Merge pull request #70460 from ClickHouse/dep
Fix refreshable MV in system database breaking server startup
2024-10-08 21:17:12 +00:00
singhksandeep25
3a41316977 changed username 2024-10-09 02:21:52 +05:30
singhksandeep25
6ad3cf433f added example on how to set this setting for a user 2024-10-09 02:19:01 +05:30
David Tsukernik
a576fc32f5 Merge remote-tracking branch 'origin/master' into cli-implicit-bool 2024-10-08 17:55:28 +00:00
Vladimir
775308f869
Fixed typo YSQL in grant.md 2024-10-08 20:08:57 +03:00