Alexander Gololobov
|
102dd8bd45
|
Merge branch 'master' into lwd_mutation_always_sync
|
2023-01-05 21:20:14 +01:00 |
|
Alexander Gololobov
|
c72f9c2a79
|
Added table name
|
2022-12-31 01:40:50 +01:00 |
|
Alexander Gololobov
|
2c64f0042a
|
Added force_wait parameter to IStorage::mutate()
|
2022-12-30 16:23:03 +01:00 |
|
Alexander Gololobov
|
938aac906e
|
Added IStorage::supportsDelete() method to properly check for DELETE FROM query support
|
2022-12-29 13:03:50 +01:00 |
|
Alexander Tokmakov
|
65474830ac
|
make tryEnqueueReplicatedDDL virtual
|
2022-09-16 16:25:32 +02:00 |
|
Alexander Tokmakov
|
03c193ccca
|
fix ON CLUSTER with Replicated database cluster
|
2022-09-15 21:15:57 +02:00 |
|
Antonio Andelic
|
9231084c57
|
Style fix
|
2022-09-01 14:40:50 +00:00 |
|
Antonio Andelic
|
f043790e6d
|
Add support for update
|
2022-08-31 14:33:53 +00:00 |
|
Antonio Andelic
|
0e6b3b870a
|
Add support for delete in RocksDB
|
2022-08-31 13:08:27 +00:00 |
|
Alexander Gololobov
|
4c86130796
|
More generic check for MergeTree table family
|
2022-08-08 19:04:35 +02:00 |
|
jianmei zhang
|
c1834d183b
|
ReplicatedMergeTree support lightweight delete
|
2022-07-26 11:50:09 +08:00 |
|
Alexander Gololobov
|
48de02a7b8
|
Capitalized const name
|
2022-07-25 16:32:16 +02:00 |
|
Alexander Gololobov
|
594195451e
|
Cleanups
|
2022-07-24 12:21:18 +02:00 |
|
Alexander Gololobov
|
1ea9f143ff
|
Leave only _row_exists-based implementation of lightweight delete
|
2022-07-21 11:26:13 +02:00 |
|
Alexander Gololobov
|
ae0d00083c
|
Renamed __row_exists to _row_exists
|
2022-07-18 20:07:36 +02:00 |
|
Alexander Gololobov
|
f324ca9921
|
Cleanups
|
2022-07-18 20:07:22 +02:00 |
|
Alexander Gololobov
|
f956810fdd
|
Rewrite DELETE FROM into UPDATE __row_exist=0
|
2022-07-18 20:07:10 +02:00 |
|
jianmei zhang
|
780cdfb8f0
|
Code changes based on review opinions. Make ordinary single alter delete lightwight by default
|
2022-07-15 12:32:42 +08:00 |
|
jianmei zhang
|
8df7b7a030
|
Support new mutation type for lightweight
|
2022-07-15 12:32:41 +08:00 |
|
jianmei zhang
|
192ca25e87
|
Fix style check errors
|
2022-07-15 12:32:41 +08:00 |
|
jianmei zhang
|
a46188216f
|
Support delete from ... where syntax on mergetree tables
|
2022-07-15 12:32:41 +08:00 |
|