Updated on 2023-03-07 GMT+08:00

Database Management

Function Overview

Table 1 Functions

Function

Description

Database information

Displays the name, IP address, character set, and SQL window of the current database.

Schema list

Allows you to manage data with different schemas in a database.

Object list

Consists of five types of objects, respectively tables, views, stored procedures, triggers, and sequences.

Metadata Collection

Allows DAS to automatically collects only the data such as database names, table names, and field names in an instance (user data in your tables is not included).

NOTE:
  • If there are too many tables, the system will neither collect metadata nor display tables to minimize impacts on database performance.
  • To ensure stable performance, DAS will temporarily stop collecting data when the instance QPS is over 10,000 or TPS over 1,000.

List details

Displays the operation area for each type of object.

You can go to the Database Management page in either of the following ways:

  • Choose Database Management on the top menu bar.
  • In the database list of the Home page, locate the target database and click Manage in the Operation column.

Object List

You can manage tables, views, stored procedures, triggers, and sequences of PostgreSQL databases. Graphical windows for creating objects are not available. To create an object, execute SQL statements in the SQL window.