Created on 10-04-2017 06:42 AM - edited 09-16-2022 05:20 AM
Hi I'm currently assessing Kudu to see if it has any advantages for my organisation. The ability to delete data is of particular interest, but i need to understand the delete process, and i can't find the information is any of the documentation i've read.
My question is: Does the Kudu delete process remove data as part of the delete transaction as per an rdbms database solution would do, or does it mark the data for deletion(removing aaccess to it) like HBase would do.
Thanks
Created 10-04-2017 07:57 AM
Created 12-23-2019 06:36 PM
Hi @Harsh J ,
I just deleted around 80% of my data with "DELETE from table_name where register <= '2018-12-31'"
My disks are pretty full (around 90%). After the deletion nothing happened (about freeing space). I restart Cloudera (Kudu, Impala, HDFS, etc.) and nothing. I add this two lines to Kudu configuration (in "Master Advanced Configuration Snippet (Safety Valve) for gflagfile" and "Tablet Server Advanced Configuration Snippet (Safety Valve) for gflagfile"):
```
unlock_experimental_flags=true
flush_threshold_secs=120
```
After restart Kudu, wait for the 120 secs.. nothing.