You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's for data tampering protection (for example log table).
But also using this metadata information some optimizations are possible:
better data page fill: no need to leave empty space for record version when NO DELETE LOCKED clause is used
better index tree: you can build a better tree layout when both NO DELETE LOCKED and NO INSERT LOCKED clause is used (no change at all possible)
new index type: can be use anternate indexing methods when both NO DELETE LOCKED and NO INSERT LOCKED clause is used (no change at all possible) (see Static search trees (S+) index #8388)
The text was updated successfully, but these errors were encountered:
Hi *!
Like in Oracle : https://oracle-base.com/articles/21c/immutable-tables-21c
It's for data tampering protection (for example log table).
But also using this metadata information some optimizations are possible:
The text was updated successfully, but these errors were encountered: