From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there's still a small performance benefit, even now? It would be useful to get some advice on this from a C-level developer.