跳转至主要内容

DROP DATABASE

Starting from Timeplus Enterprise 2.6, you can create a database to organize your streams, materialized views and other resources. The database is a logical container to help you to manage and query the data more efficiently.

When you no longer need a database, you can drop it with the following SQL:

DROP DATABASE IF EXISTS my_database;
告警

This is a permanent operation and cannot be undone. All the streams, materialized views, and other resources in the database will be deleted. Please be cautious when you run this command.

See also