Hello. I'm using Apache Kudu 1.2. I've deleted 30% of rows from a 20TB table. What I expected is that the size of table was decreased by almost 30%.
But unfortunately, its size was increased by 4.4%. (I noticed that there was no Major Delta compaction during deletion or after deletion) Is there a way to reduce table size in this situation? Thanks.