Bulk update internal

Am I missing something or is bulkUpdate not available on the internal API? I've worked around this for now by doing it on a singular level in development but I need to run a bulk in production to update a bunch of new fields.
7 Replies
Chocci_Milk
Chocci_Milk7mo ago
Hello, There's no bulkUpdate in the internal API. You should use p-map and the internal update to run a kind of bulk update
ljspoor94
ljspoor94OP7mo ago
What actually is available on the internal API? Not sure the documentation is very clear with the Internal API to be honest. I think @Aurélien (quasar.work) shared the same frustration
Chocci_Milk
Chocci_Milk7mo ago
The documentation is all in your schema. It should tell you exactly whats available
ljspoor94
ljspoor94OP7mo ago
Is there a reason bulkUpdate isn't available? It seems quite a simple thing that would be available
Chocci_Milk
Chocci_Milk7mo ago
Because we haven't created the tooling for it yet
ljspoor94
ljspoor94OP7mo ago
bulkCreate seems available
Chocci_Milk
Chocci_Milk7mo ago
bulkCreate and deleteMany are APIs that we had to create with performance specifications Coudl you please make a #feature-requests post for bulkUpdate?

Did you find this page helpful?