Our enterprise solution efficiently manages updates across millions of tables, supporting several hundred transactions per second (TPS) per table. Currently, we offer update, merge_insert, and delete.

update

merge insert

This merge insert can add rows, update rows, and remove rows all in a single transaction. It combines new data from a source table with existing data in a target table by using a join.

delete

More details can be found in here.