In the Drop table, the table and all the data drop out. Truncate clears all the data in the table and, by default, creates a snapshot of the data (but not the schema). Efficiency is wise, they are close, although truncate will create a snapshot. You can disable this by setting auto_snapshot to false in the cassandra yaml setting, but it is a server server. If this is not so difficult, I would reset and re-earn the table, but I saw problems if you do not wait for the time after the drop before re-creating.
source share