When managing huge number of records, its often a huge time confusing task when selecting a certain set of random records to do some task on them like, deleting, deactivation, activation etc.
Filtering techniques to quickly get a filtered set and delete them is one of the way, but this provides a problem when selecting totally random records.
What are ways that can be implemented to speed such task? Lets say If I want to delete 10 random records from a list of 500 records in less than 10 seconds.
No comments:
Post a Comment