Deletion by partition generating data into _change_data #3676
Unanswered
detoxifiedplant
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
as per the documentation here, full partition delete will not generate data in the _change_data directory.
Results
When i create a table with below configurations and then run delete query, it generates data into _change_data directory.
Issue
It gets you into a scenario if each partition has good number of rows and you run delete query on partition, will take a lot of time generating data into _change_data dir.
When i was working around it, i figured that if i create table with
ChangeDataFeed
not enabled, the partition can be deleted without generating data into _change_data.It'd be also helpful to know whether we can disable
ChangeDataFeed
in an existing table.Let me know if there are any issues the way i am creating the table.
Example
Thank You
Beta Was this translation helpful? Give feedback.
All reactions