mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Update delete.md
LWD is not supported in table with projection
This commit is contained in:
parent
91d794cf0a
commit
08cd94e826
@ -55,6 +55,9 @@ With the described implementation now we can see what can negatively affect 'DEL
|
|||||||
- Table having a very large number of data parts
|
- Table having a very large number of data parts
|
||||||
- Having a lot of data in Compact parts—in a Compact part, all columns are stored in one file.
|
- Having a lot of data in Compact parts—in a Compact part, all columns are stored in one file.
|
||||||
|
|
||||||
|
:::note
|
||||||
|
Lightweight delete does not work for tables with projection as rows in projection may be affected and require the projection to be rebuilt. Rebuilding projection makes the deletion not lightweight, so this is not supported.
|
||||||
|
:::
|
||||||
|
|
||||||
## Related content
|
## Related content
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user