HI Team,
I have removed keyspace my_dev_ks using query drop keyspace my_dev_ks;
But i can see sstable data is still present for this keyspace.
After some time created keyspace with same name and schema now i can see keyspace data has two folder for each table exist in my_dev_ks.
could you please guide me how can we remove unwanted data or any other way to remove data along with drop keyspace to avoid excessive data usage.