Data Operation - Drop

Undraw Data Processing

About

drop is a data operations that will remove the data and the metadata from the connection.

Example:

  • A drop operation on a file is equivalent to a remove or delete.
  • A drop operation on a sql table is equivalent to a drop table.

As there is no way to retrieve the data or metadata, you should use this operations with care and don't forget your backups.




Related HowTo
Undraw Data Processing
How to load your database with the TPCDS benchmark

This howto will show you how to load a relational database schema in order to create a benchmark with the data query command

Task Runner