Performance: each registered table has dedicated trigger function
Instead of have one trigger function for each table, now each table has dedicated function with trigger service. It allows to execute regular SQL queries instead of dynamically prepared stements with EXECUTE format. It helps only for row by row edition in separated quries ( amols 2x faster for inserting )
Loading
Please sign in to comment