Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are delta tables?

Delta tables
0
Posted

What are delta tables?

0

Versioned editing preserves changes made by all users in two delta tables per table. Each multiversioned table has its own supporting delta tables, which are owned by the same DBMS user that owns the original object. All edits to a multiversioned table are recorded in the same delta tables, regardless of which user makes the edit. One delta table is called the adds table, and the other is the deletes table. The names of these tables begin with either an ‘A’ or ‘D’, respectively, and are often called the A-table and D-table for short. As its name implies, the Adds table stores new rows inserted into the multiversioned table, as well as updated copies of existing rows. Likewise, the Deletes table stores references to old rows deleted from the multiversioned table.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.