Hi everyone. Although it may be a stupid question, please give me instruction.
[1.Question] A column family is deleted (drop column family testcf1;). As the upper result (dir command execution), <DIR> testcf1 0 File(s) 0 bytes 3 Dir(s) 139,587,596,288 bytes free * As Cassandra, it is the right action? * Although a directory (column family:testcf1) remains, is it satisfactory on a file system? ---------- [2. Pre-processing] ( Cassandra-CLI was used. ) First, a key space is created (create keyspace MyKeyspace;), The key space was chosen (use MyKeyspace;). And the column family created (create column family testcf1;). ---------- [3.Environment] Cassandra 1.2.4 OS: Windows 7 Thank you for your consideration. ---------- Hiroshi Kise