×
Community Blog [Infographic] Highlights | Database New Features in March 2026

[Infographic] Highlights | Database New Features in March 2026

Discover the latest database product updates for March 2026 in our informative infographic!

1. ApsaraDB RDS for MySQL Now Supports Auto HTAP Query Routing

Description:
Historically, implementing Hybrid Transactional/Analytical Processing (HTAP) required complex architectural changes or manual intervention to separate read/write traffic. ApsaraDB RDS for MySQL now simplifies this by integrating DuckDB as a columnar storage engine and introducing an intelligent Automatic Query Routing mechanism.

Instead of forcing developers to rewrite SQL with specific HINTs to direct traffic, the database proxy now automatically analyzes incoming SQL statements in real-time. It identifies whether a query is transactional (OLTP) or analytical (OLAP based on complexity, table scans, etc.) and seamlessly routes it to the appropriate node:

  • Row-Store Node: Handles high-concurrency, low-latency transactional writes and simple reads.
  • Column-Store Node (DuckDB): Handles complex aggregations, large-scale scans, and analytical queries without impacting the performance of the primary transactional database.

Importance for Developers and Enterprises:

  • Optimized Performance: This feature allows businesses to achieve better performance by efficiently splitting workloads based on their nature (transactional or analytical). This not only enhances the overall speed of operations but also optimizes resource usage. Developers no longer need to maintain two separate code paths or inject manual hints into their application logic. The "auto-routing" feature makes HTAP transparent to the application layer.
  • Cost Efficiency: By leveraging HTAP, enterprises can reduce the need for separate systems to handle transactional and analytical workloads, leading to significant cost savings on infrastructure and maintenance.
  • Simplicity and Flexibility: The dual-mode of manual (using SQL HINT statements) and automatic routing grants developers flexibility in managing queries. This means that even teams with varying levels of expertise can implement sophisticated data processing strategies without complex setups.

Documentation:
https://www.alibabacloud.com/help/rds/apsaradb-rds-for-mysql/htap-based-automatic-query-routing

2. ApsaraDB RDS for MySQL DuckDB Analytical Instances Now Support Basic Edition

Description:
Previously, leveraging the powerful analytical capabilities of DuckDB within ApsaraDB RDS for MySQL required deploying on cluster editions, which involves multiple nodes and higher infrastructure costs. With the new Basic Edition support, users can now deploy DuckDB-enabled analytical instances on a single-node architecture.

This edition retains the core computational power of DuckDB for columnar processing but strips away the redundant high-availability components for non-critical environments. It provides a lightweight, cost-effective entry point to experience the full HTAP workflow—ingesting data from the row store and analyzing it via the column store—without the overhead of a production-grade cluster setup.

Importance for Developers and Enterprises:

  • Drastic Cost Reduction for Dev/Test: For development, testing, and staging environments, the Basic Edition can reduce infrastructure costs by up to 50% compared to HA editions. This allows teams to spin up realistic HTAP environments for testing without breaking the budget.
  • Lower Barrier to Entry for Startups/SMEs: Small businesses or startups with moderate data volumes can now affordably adopt HTAP technology. They can start with a single node and scale up to HA only when production reliability becomes critical.
  • Faster Prototyping: Data engineers and architects can quickly prototype analytical queries and validate data models using the Basic Edition, accelerating the time-to-market for data-driven features.

Documentation:
https://www.alibabacloud.com/help/rds/apsaradb-rds-for-mysql/duckdb-based-analytical-primary-instances-support-rds-basic-edition

3. New Service Availability in Mexico Region for Most of Database Services

Description:
We have executed a massive regional expansion, launching a full suite of database services in the Mexico Region. This is not just a single product launch but a comprehensive ecosystem deployment including:

  • Relational: ApsaraDB RDS (MySQL, PostgreSQL, SQL Server), and PolarDB for MySQL
  • NoSQL: Tair (Redis® OSS-Compatible), ApsaraDB for MongoDB.
  • Data Warehousing & Migration: AnalyticDB for MySQL, ApsaraDB for SelectDB and Data Transmission Service (DTS).

This rollout provides local availability zones with full support for both subscription and pay-as-you-go billing models, ensuring that enterprises can build complete, multi-tier data architectures locally within Mexico.

Importance for Developers and Enterprises:

  • Data Sovereignty & Compliance: With stricter data privacy laws emerging in Latin America (such as Mexico’s Federal Law on Protection of Personal Data Held by Private Parties), storing data locally is often a legal requirement. This expansion allows enterprises to comply with local regulations without sacrificing cloud scalability.
  • Ultra-Low Latency for Local Users: For applications serving Mexican and broader Latin American users, hosting databases in-region reduces network round-trip time (RTT) significantly. This results in faster page loads, smoother real-time interactions, and better user experience.
  • Support for Growth & Unified Global Architecture: As businesses scale their operations, the availability of a wide range of database solutions in a local region means that they can grow without the typical constraints of lagging infrastructure. Companies can expand their database usage as needed while maintaining high service performance. Multinational corporations can now extend their existing Alibaba Cloud database architecture to Mexico seamlessly. Using DTS, they can set up secure, low-latency data synchronization between global headquarters and the Mexico region, enabling a truly global yet locally optimized data strategy.

By focusing on these features, developers and enterprise users can unlock significant advantages, driving efficiency, reducing costs, and enhancing their data capabilities tailored to their unique business needs.

202603_en

0 1 0
Share on

ApsaraDB

602 posts | 183 followers

You may also like

Comments

ApsaraDB

602 posts | 183 followers

Related Products