Data Management (DMS) centralizes database development, security, and operations into a single console. Manage database resources across your organization with standardized change processes, approval workflows, and fine-grained access controls.
Database change management
Define development standards, change processes, and approval workflows per database instance based on its business role.
Feature | Description |
Make schema changes through a standardized process. | |
Run SQL statements on the SQLConsole tab or submit change tickets to modify data. | |
Perform schema changes that avoid table locks and reduce replication latency between primary and secondary instances compared to native online DDL operations. | |
Run data changes in batches based on the primary key or a non-null unique index to maintain execution efficiency and minimize impact on database performance and storage. | |
Bulk-generate test data such as random values, region names, and virtual IP addresses without manual preparation. | |
View a log of all database operations, including who performed each action and when. DMS records every data query and change in operation logs. |
Data security
DMS addresses common data security risks with built-in controls: credential exposure, data leakage from unrestricted exports, slow queries degrading performance, and costly manual auditing.
Feature | Description |
Enforce fine-grained permissions and limit direct access to database accounts and passwords. | |
Scope each user's access to specific databases or instances, reducing unnecessary data exposure. | |
Restrict data visibility at the row level within tables. | |
Mark fields such as phone numbers as sensitive to enable column-level data protection. | |
Define approval workflows for different types of permission requests. |
Data development
DMS includes a data development engine for analysis, visualization, and data mining.
Feature | Description |
Compose task nodes into a task flow for data archiving, data integration, data warehouse development, and data mining. |