Module mz_catalog::durable::transaction

source ยท

Structsยง

  • TableTransaction ๐Ÿ”’
    TableTransaction emulates some features of a typical SQL transaction over table for a Collection.
  • A Transaction batches multiple catalog operations together and commits them atomically. An operation also logically groups multiple catalog updates together.
  • Describes a set of changes to apply as the result of a catalog transaction.
  • TransactionUpdate ๐Ÿ”’

Type Aliasesยง