3

We use to delete records using bulk delete operation, While deleting millions of records the process runs for days and it takes a lot of time to delete those records. It would be better if you implement a feature where we should be able to delete those millions of records in some time, it shouldn't take much time for the job to get successful. Either a feature or if you could plan to increase the deletion performance in future releases would be great.

Category: General
STATUS DETAILS
New

Comments

M

I agree that there needs to be a way to delete records (maybe only in a sandbox) at a rate that's similar to executing a DELETE statement in SQL Server. The delete should bypass the business logic layer of the platform.For large organizations, the process of copying production to a sandbox and then bulk deleting records (but keeping some) is extremely slow. Without purchasing a ton of additional storage, this greatly hinders the organization's ability to create multiple sandbox instances to further build out solutions.

Category: General