Delta Table supports core features, such as minute-level near-real-time reads and writes, incremental reads and writes, and real-time updates. This topic describes the main operations for Delta Table.
DDL operations
Delta Table supports standard Data Definition Language (DDL) operations.
Data writes
MaxCompute supports full and near-real-time incremental data import from a wide range of data sources. It seamlessly integrates with upstream and downstream ecosystem products, providing various deeply customized and optimized data integration tools. For example, the custom-developed Flink Connector for MaxCompute and the data integration feature of DataWorks enable high-concurrency, scalable, and efficient near-real-time data import.
Write data in near-real-time to a Delta table using open source Flink
Write data in near-real-time to a Delta table using Realtime Compute for Apache Flink
Write data in near-real-time to a Delta table using open source Flink CDC
Synchronize data in real-time from a database to a Delta table using DataWorks
Data queries