Product Features | Database DevOps | New Features- New Data Source Types: Added support for AWS RDS SQLServer, AWS RDS PostgreSQL, AWS RDS Oracle, AWS RDS MariaDB, AWS Aurora PostgreSQL, PolarDB (Oracle-compatible), and PolarDB PostgreSQL. These can now be used across SQL Console, tasks, sensitive data management, and other features.
- Sensitive Data Protection (PostgreSQL Enhancement): Added support for automatic recognition, classification, and grading of sensitive data in PostgreSQL. Scheduled tasks can be configured for periodic execution.
- Stored Procedure Debugging (PostgreSQL): The SQL Console’s debugging feature now supports PostgreSQL stored procedures and functions, including setting breakpoints, step-by-step execution, and viewing/modifying variables.
- Data Import/Export (MongoDB): Added support for MongoDB data sources with JSON file import and export capabilities.
Enhancements- OnlineDDL: Enhanced the
instant algorithm to support lock wait timeout control, with real-time display of replay logs, delay, binlog positions, and latency during execution. - Data Archiving & Cleanup: For MySQL and PostgreSQL, when selected time fields are CHAR, VARCHAR, INT, or BIGINT, they can now be initialized as timestamps with precision options for seconds, milliseconds, and microseconds.
|
Product Features | Data Replication & Comparison | New Features- MySQL → Greenplum: Supports schema replication, full replication, incremental replication, and consistency comparison (full/fast/scheduled/inconsistency check).
Enhancements- Support for enabling or disabling DDL replication at the global level.
- PostgreSQL Homogeneous Replication:
- Performance Improvement: Introduced batch replication logic for DML statements related to tables, improving replication performance.
- Compatibility Improvement: Replication now supports
timestamp field values of +infinity or -infinity .
- MySQL Homogeneous Replication:
- Binlog Read Throttling: During incremental replication, users can configure rate limiting under the incremental replication tab to control NineData’s binlog read speed, reducing source database load.
- Binlog Table Object Filtering: When the replication target is not the entire database, NineData automatically filters out unrelated tables, significantly improving log parsing speed.
- latin1 Encoding Fix for enum/set: Added support for correctly handling
enum/set values stored in latin1 encoding.
- MongoDB Homogeneous Replication: Added support for replicating the
drop index statement.
|