
Faster way to empty models
Hi,
I am creating an import data process. Each time I start I want to start with an empty import model. I can loop over the existing items (+1500 items) to delete each one individually. I also can make this a batch process with smaller collections. But it still is a delete per item process.
Does Betty have a sort of SQL truncate feature to directly empty a model by deleting al records at once?
Hi,
I am creating an import data process. Each time I start I want to start with an empty import model. I can loop over the existing items (+1500 items) to delete each one individually. I also can make this a batch process with smaller collections. But it still is a delete per item process.
Does Betty have a sort of SQL truncate feature to directly empty a model by deleting al records at once?
Login to reply