Anton Popov
|
6f4d9a53b2
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-12-01 15:54:33 +03:00 |
|
Raúl Marín
|
7781fc12ed
|
Reduce dependencies on ASTSelectWithUnionQuery.h
521 -> 77 files requiring changes
|
2021-11-26 19:27:16 +01:00 |
|
Anton Popov
|
ccd78e3838
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-11-22 17:19:35 +03:00 |
|
Anton Popov
|
a20922b2d3
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-11-09 15:36:25 +03:00 |
|
Alexander Tokmakov
|
2b566c5bdf
|
basic check for dependencies on drop table
|
2021-11-01 22:20:18 +03:00 |
|
Nikolai Kochetov
|
a08c98d760
|
Move some files.
|
2021-10-16 17:03:50 +03:00 |
|
MaxWk
|
b081f58db5
|
add alias
|
2021-10-08 16:49:02 +08:00 |
|
Anton Popov
|
4c388e3d84
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-09-09 14:10:16 +03:00 |
|
tavplubix
|
341a6c51d6
|
Merging #24866 (#28691)
* Add StorageSystemISTables.cpp/.h
* Another attempt
* Columns and Views
* Add information schema db and fix information schema 'tables' table
* fix build
* remove copy-paste, add views to system tables
* add test
* fix
* fix_tests
Co-authored-by: Damir Petrov <petrovdamir2235@gmail.com>
Co-authored-by: Damir Petrov <0442a403@verstehen.sas.yp-c.yandex.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2021-09-09 12:37:51 +03:00 |
|
Anton Popov
|
3ed7f5a6cc
|
dynamic subcolumns: add snapshot for storage
|
2021-07-09 06:15:41 +03:00 |
|
Anton Popov
|
0bdf9d207c
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-05-26 00:25:47 +03:00 |
|
feng lv
|
c6f8ab9826
|
fix
|
2021-05-13 02:05:53 +00:00 |
|
feng lv
|
9035e3a643
|
fix test and conflict
|
2021-05-11 16:22:24 +00:00 |
|
Fuwang Hu
|
a312dd414c
|
Merge branch 'master' into feature/fix-session-expired-when-selecting-system-tables
|
2021-05-11 20:04:36 +08:00 |
|
fuwhu
|
bf0b0e2edc
|
disable select_sequential_consistency when getting total rows and bytes in TablesBlockSource::generate
|
2021-05-11 19:49:48 +08:00 |
|
Alexey Milovidov
|
8e8160be28
|
Fix error
|
2021-05-08 21:11:47 +03:00 |
|
Alexey Milovidov
|
022667a190
|
Fix some PVS-Studio warnings
|
2021-05-08 19:12:19 +03:00 |
|
Anton Popov
|
e44706911e
|
dynamic columns: better getting of sample block
|
2021-05-05 02:02:54 +03:00 |
|
Anton Popov
|
644df6be7d
|
dynamic subcolumns: wip
|
2021-04-24 07:09:01 +03:00 |
|
feng lv
|
4ffe199d39
|
Implement table comments
|
2021-04-23 12:18:23 +00:00 |
|
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 |
|
Alexey Milovidov
|
230b2930b7
|
Merge branch 'master' into virtualutil
|
2021-03-30 00:43:00 +03:00 |
|
Alexander Tokmakov
|
2484781070
|
fix MV recovery in Replicated db
|
2021-03-08 20:26:38 +03:00 |
|
Amos Bird
|
909cb3c243
|
Fix again....
|
2021-03-04 22:27:07 +08:00 |
|
Amos Bird
|
9205fad8c7
|
Better
|
2021-03-04 19:43:03 +08:00 |
|
kreuzerkrieg
|
29a2ef3089
|
Add IStoragePolicy interface
|
2021-01-26 10:55:28 +02:00 |
|
Vitaly Baranov
|
af3ccb49f1
|
Show create query for temporary tables in system.tables
|
2020-12-17 11:42:25 +03:00 |
|
Vitaly Baranov
|
d7a3cc8c90
|
Don't show the "_temporary_and_external_tables" database in system tables
system.databases, system.tables, system.columns.
|
2020-12-17 11:42:25 +03:00 |
|
Alexander Kuzmenkov
|
d757f32300
|
Remove some redundant includes to speed up build
|
2020-12-11 02:58:11 +03:00 |
|
nikitamikhaylov
|
72c7cd6693
|
replace Context& to Settings&
|
2020-11-25 16:47:32 +03:00 |
|
nikitamikhaylov
|
68bef22fda
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-sequential-consistency
|
2020-11-23 16:28:35 +03:00 |
|
Alexey Milovidov
|
5314185e25
|
Merge branch 'master' into azat-optimize_skip_unused_shards-optimization
|
2020-11-08 00:17:59 +03:00 |
|
hchen9
|
feaab260d8
|
Fix conflict
|
2020-10-23 12:54:33 -07:00 |
|
Alexey Milovidov
|
5b482f4191
|
Cleanups
|
2020-10-10 19:31:10 +03:00 |
|
Azat Khuzhin
|
b838214a35
|
Pass non-const SelectQueryInfo (and drop mutable qualifiers)
|
2020-10-02 22:42:35 +03:00 |
|
hchen9
|
a5ac39b564
|
Pass Context parameter for IStorage.totalRows and IStorage.totalBytes
|
2020-09-30 16:47:42 -07:00 |
|
Alexander Tokmakov
|
b68782d285
|
enable more tests with Atomic database
|
2020-09-09 16:32:50 +03:00 |
|
Alexander Tokmakov
|
128b19fdba
|
Merge branch 'master' into use_atomic_engine_for_system_db
|
2020-08-14 13:47:44 +03:00 |
|
Alexander Tokmakov
|
a6ff049eec
|
use Atomic for system database
|
2020-08-12 23:40:13 +03:00 |
|
Nikolai Kochetov
|
20e63d2271
|
Refactor Pipe [part 6]
|
2020-08-06 15:24:05 +03:00 |
|
Azat Khuzhin
|
433fdffc19
|
Add lifetime_rows/lifetime_bytes interface (exported via system.tables)
|
2020-07-11 15:33:11 +03:00 |
|
alexey-milovidov
|
33dfbdcbe9
|
Update StorageSystemTables.cpp
|
2020-06-23 22:28:26 +03:00 |
|
alesapin
|
4c0879ae30
|
Better logging in storages
|
2020-06-19 20:17:13 +03:00 |
|
alesapin
|
c9fa5d2ec3
|
Better naming
|
2020-06-19 18:39:41 +03:00 |
|
alesapin
|
d79982f497
|
Better locks in Storages
|
2020-06-18 19:10:47 +03:00 |
|
alesapin
|
4de5331b0d
|
Fix SystemTables
|
2020-06-18 13:39:33 +03:00 |
|
alesapin
|
33c27de54d
|
Check methods in metadata
|
2020-06-17 17:32:25 +03:00 |
|
alesapin
|
1afdebeebd
|
Primary key in storage metadata
|
2020-06-17 15:39:20 +03:00 |
|
alesapin
|
1da393b218
|
Sampling key in StorageInMemoryMetadata
|
2020-06-17 15:07:09 +03:00 |
|
alesapin
|
ba04d02f1e
|
Compilable sorting key in metadata
|
2020-06-17 14:05:11 +03:00 |
|