Database DevOps | Schema Design & Release | Feature Optimization- Optimize task list page, display current task node information.
- Optimize tasks with library grouping as the execution object, add recognition of variables.
- Optimize task submission, submit new change tasks without waiting for other sub-tasks to reach a final state within a single node.
- System administrators can terminate tasks created by other members.
Bug Fix- Fix the issue where sub-tasks can still be operated even if the main task has been terminated.
- Fix the issue where only a single database task is scheduled to execute under library grouping timed tasks, and other sub-library tasks are not scheduled.
- Fix the issue of not being able to revoke library grouping timed tasks.
- Fix the issue of not being able to view task details when execution fails in some scenarios.
|
Database DevOps | Standards & Processes | New Features- New rule, automatically detects high-risk SQL syntax, supports configurable syntax types that require approval, and links to the approval process for control (can be distinguished as DDL, DML).
- New rule, automatically detects high-risk field modifications, can identify whether there is DROP COLUMN syntax.
- New rule, automatically detects whether the DELETE table object exists, can be detected in the pre-audit stage to avoid errors during the execution stage.
- New rule, intercepts failed SQL statement parsing, can be configured as needed to allow or not allow UNKNOWN statements to be submitted in SQL Consoles, SQL tasks.
|
Database DevOps | Library Table Grouping | Feature Optimization Optimize enumeration expressions, used for batch adding table groups, or quickly locating the table where the target data is located through the SQL Console. |
Database DevOps | Sensitive Data | New Features- New sensitive data overview dashboard, displaying sensitive data distribution and usage information.
- New scheduled, periodic scanning task configuration for MySQL database types, automatically identifying sensitive field data types, levels, and de-identification algorithms, configurable to take effect immediately.
- New scanning task logs, displaying sensitive column information identified and added during each task, with options to take effect or ignore identification results for sensitive columns not in effect.
- New sensitive levels, supporting user-defined sensitive levels (including color, description, etc.).
- New data classification, supporting users to reasonably categorize different data types under corresponding data classifications for clearer management.
Feature Optimization- Optimize data source list, list all data sources supporting sensitive data protection features, and enable or disable as needed.
- Built-in sensitive data types are extended to 27, users can quickly implement the creation and management of custom data types based on these sensitive data types.
- Built-in de-identification algorithms are extended to 33, users can quickly implement the creation and management of custom de-identification algorithms based on these de-identification algorithms.
|
Database DevOps | Slow Query Analysis | Bug Fix Fix the issue of error when downloading slow query reports under specific circumstances. |
Database DevOps | Data Import | Bug Fix Fix the issue of file upload failure under specific circumstances. |
Database DevOps | Audit Logs | Bug Fix Fix the time zone anomaly issue in the operation time column of the SQL execution log interface. |
Data Replication | Data Replication | New Features- New data replication capability for MySQL library table groups, supporting library table groups as sources and targets.
- In the incremental phase of replication tasks, support one-click resynchronization of specified tables, mainly used to re-copy the entire table when there is too much data inconsistency between the two ends, to quickly repair inconsistencies.
Feature Performance Optimization- Sybase to PostgreSQL bidirectional replication adds row-level anti-looping capability, supporting scenarios where Sybase transaction logs are merged.
- Full flow streaming read (optimizes read performance, eliminates OOM failures) newly adds the following types of data sources: Greenplum, AnalyticDB PostgreSQL version, Doris, SelectDB, StarRocks, SingleStore, OceanBase.
|