Actions
Feature proposal #8952
closedRemove unnecessary triggers and improve delete/store behaviors with batch queries where possible
Description
Some table objects have delete/store triggers that really serve no purpose and is resulting in design patterns of loading large amounts of objects to be deleted or stored. Remove those triggers and replace the inefficient delete/stores with batch queries.
Updated by krileon about 1 year ago
- Status changed from Assigned to Closed
- % Done changed from 70 to 100
Removed several store/delete triggers from table classes that were redundant.
Actions