Skip to content

02-Drop

Drop: basic
1. Create a super table
2. Create a child table
3. Create a normal table
4. Insert data
5. Drop the super table

Delete files after drop stable
1. Create database and stable
2. Insert data into child tables
3. Drop stable
4. Compact database
5. Check tsdb files are deleted
6. Repeat above steps for 3 times

Drop: repeatedly
1. Create a super table.
2. Create child tables and insert data.
3. Drop the super table.
4. Repeat the above 30 times with the same super-table name.