hi there,
i've got a form in ax 2009, showing filtered records of a table ( about 5.000.000 records total, about 1000 shown filtered ). selecting a couple of those records in the form and deleting them via form-control ( alt+f9 ) is damn slow. one record is deleted immediately, selecting about 20 takes several minutes! there is only one deleteAction on the table - any idea what could thwart the operation?
thanks in advance!
edit:
the regarding table has two indices. both don't allow duplicates. first one is an index on an integer field. second one is a combined one of three fields.
createRedIdIndex is not activated.
the filter makes use of one column ( employeeID ) in a queryBuildRange.
deleteAction: another table (B) references the id ( indexed ) of the mentioned table (A). A has a deleteAction on B. setting is "cascade"
The two tables are related via id-field.
The relations can be resolved by an index.
And it's only an amount of about 20 records i want to delete - so i don't go in line with the idea, that the "to-delete-data-amount" is too big!