Update delete.md

LWD is not supported in table with projection
This commit is contained in:
Derek Chia 2023-06-14 12:57:50 +08:00 committed by GitHub
parent 91d794cf0a
commit 08cd94e826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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