vdimir
|
222ab78931
|
Convert EmbeddedRocksDBBlockInputStream to ISource
|
2021-09-27 12:49:13 +03:00 |
|
Nikolai Kochetov
|
78a7665f43
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-27 10:56:50 +03:00 |
|
Alexey Milovidov
|
16f0f0af7f
|
Merge remote-tracking branch 'origin/master' into remove-trash-db-regexp
|
2021-09-27 02:12:13 +03:00 |
|
Alexey Milovidov
|
fe44be522e
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
|
Vladimir C
|
604dc8861d
|
Apply suggestions from code review
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
|
2021-09-24 13:07:24 +03:00 |
|
vdimir
|
9ca9a66a70
|
Fix race in StorageSystemRocksDB truncate
|
2021-09-23 17:03:33 +03:00 |
|
vdimir
|
81a051e3ee
|
Use dynamic_pointer_cast instead of dynamic_cast in StorageSystemRocksDB
|
2021-09-23 16:40:10 +03:00 |
|
Nikolai Kochetov
|
66a76ab70f
|
Rewrite PushingToViewsBlockOutputStream part 6
|
2021-09-03 20:29:36 +03:00 |
|
Anton Popov
|
e36736b50c
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-08-02 22:52:02 +03:00 |
|
Kseniia Sumarokova
|
b5dce17707
|
Merge pull request #26821 from azat/rocksdb-improvements
Add system.rocksdb and read rocksdb/rocksdb_TABLE options from config
|
2021-07-27 17:31:12 +03:00 |
|
Azat Khuzhin
|
8ef677b15f
|
Add ability to set any rocksdb option via config.xml
v2: Cover rocksdb options in ClickHouse config
v3: add missing __init__.py
v4: Rework rocksdb options from config
v5: add column_family_options support
|
2021-07-27 08:40:50 +03:00 |
|
Azat Khuzhin
|
c7d2a5aad8
|
Add system.rocksdb table (with various rocksdb internals)
v2: fix USE_ROCKSDB check (there is #cmakedefine01 so it is either 0/1,
so we should not check with #ifdef)
|
2021-07-26 23:13:59 +03:00 |
|
Nikolai Kochetov
|
61d8f880cd
|
Rename some files.
|
2021-07-26 19:48:25 +03:00 |
|
Nikolai Kochetov
|
9b5a816b43
|
Merge branch 'master' into output-streams-to-processors
|
2021-07-26 18:03:11 +03:00 |
|
Nikolai Kochetov
|
fa1c223269
|
Fix some tests.
|
2021-07-26 13:08:40 +03:00 |
|
Alexey Milovidov
|
b6fdb395c2
|
Less verbose RocksDB logs #26252
|
2021-07-25 23:09:50 +03:00 |
|
Nikolai Kochetov
|
2dc5c89b66
|
Update Storage::write
|
2021-07-23 17:25:35 +03:00 |
|
Anton Popov
|
3ed7f5a6cc
|
dynamic subcolumns: add snapshot for storage
|
2021-07-09 06:15:41 +03:00 |
|
Anton Popov
|
072e65b728
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-07-07 17:20:38 +03:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Anton Popov
|
205a23282b
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-06-07 19:38:22 +03:00 |
|
Anton Popov
|
0bdf9d207c
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-05-26 00:25:47 +03:00 |
|
kssenii
|
266567e04c
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs
|
2021-05-08 17:49:05 +03:00 |
|
Azat Khuzhin
|
613789dfbb
|
Make StorageEmbeddedRocksDB.cpp self compilable (missing ReadBufferFromString.h)
|
2021-05-06 09:07:59 +03:00 |
|
Anton Popov
|
e44706911e
|
dynamic columns: better getting of sample block
|
2021-05-05 02:02:54 +03:00 |
|
kssenii
|
eeb71672a0
|
Change in Storages/*
|
2021-04-27 16:49:37 +03:00 |
|
Anton Popov
|
644df6be7d
|
dynamic subcolumns: wip
|
2021-04-24 07:09:01 +03: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 |
|
Anton Popov
|
6a15431be7
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-03-25 15:57:35 +03:00 |
|
tavplubix
|
fc0b87c5c4
|
Update StorageEmbeddedRocksDB.h
|
2021-03-19 10:24:27 +03:00 |
|
Anton Popov
|
bc417cf54a
|
refactoring of serializations
|
2021-03-09 17:46:52 +03:00 |
|
Alexey Milovidov
|
82ab793731
|
Fix missing type check in StorageEmbeddedRocksDB
|
2021-02-03 20:35:23 +03:00 |
|
Azat Khuzhin
|
714d5a067a
|
Expose supports_parallel_insert via system.table_engines
|
2021-01-08 14:57:24 +03:00 |
|
Yatsishin Ilya
|
ce1e2b18a3
|
Fix codespell warnings. Split style checks. Update style checks docker
|
2020-12-24 13:17:52 +03:00 |
|
Alexander Kuzmenkov
|
d54d96701a
|
fixup
|
2020-12-11 18:57:26 +03:00 |
|
sundy-li
|
579f4c50ed
|
improve rocksdb-cmake build
|
2020-11-11 17:39:23 +08:00 |
|
sundy-li
|
d8376a2d60
|
Merge branch 'storage-rocksdb' of github.com:sundy-li/ClickHouse into storage-rocksdb
|
2020-11-11 13:19:30 +08:00 |
|
sundy-li
|
c56d1212a2
|
rocksdb-cmake && fix iteration bug && improve tests
|
2020-11-11 09:39:09 +08:00 |
|
Alexey Milovidov
|
765c9eaeed
|
Fix improper error handling
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
07fbab9645
|
More normal
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
33599ae9b0
|
Remove unneeded dir
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
73e2f1b7ed
|
Improve performance two times
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
0001433b82
|
Better code
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
3915d65c2f
|
Fix bad wording
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
630aa9b0c3
|
Rename Rocksdb to RocksDB
|
2020-11-11 09:08:53 +08:00 |
|
Alexey Milovidov
|
8bb10ac3d8
|
Fix improper error handling
|
2020-11-08 20:29:16 +03:00 |
|
Alexey Milovidov
|
fa29c2f00d
|
More normal
|
2020-11-08 20:22:21 +03:00 |
|
Alexey Milovidov
|
e072d18a83
|
Remove unneeded dir
|
2020-11-08 20:13:17 +03:00 |
|
Alexey Milovidov
|
1250006e4e
|
Improve performance two times
|
2020-11-08 20:09:41 +03:00 |
|
Alexey Milovidov
|
2d9f07e601
|
Better code
|
2020-11-08 19:24:58 +03:00 |
|
Alexey Milovidov
|
2ea93f4b67
|
Fix bad wording
|
2020-11-08 18:52:55 +03:00 |
|
Alexey Milovidov
|
c89a363980
|
Rename Rocksdb to RocksDB
|
2020-11-08 18:41:16 +03:00 |
|