Skip to main content

Module mutation

Module mutation 

Source
Expand description

DDL, DML, COPY, referential-integrity, and compiled fast-path owners.

Modulesยง

copy
COPY FROM Statement Execution
ddl
DDL Statement Execution
dml
DML Statement Execution
dml_fast_path
Fast-path execution for simple PK-based UPDATE and DELETE operations
extension
Execution boundary for database-to-package catalog bindings.
external_type
foreign_key
Foreign Key Constraint Enforcement
host
Internal mutation port used by bounded executor modules.
operator
partial_index
SQL binding for storage-owned partial-index predicates.
pk_fast_path
Fast-path execution for simple PK lookups
row_validation
Executor adapter for storage-owned commit-time row validation.
validation
Final-row validation shared by every mutation path.
view_binding
SQL-owned binding of durable view dependencies.