mercari / datastore

(AE|Cloud) Datastore Wrapper
MIT License
214 stars 20 forks source link

Support batch size over 500 #112

Open apstndb opened 1 year ago

apstndb commented 1 year ago

In Firestore Datastore mode, 500 write limits are no longer applied. https://cloud.google.com/datastore/docs/release-notes?hl=en#March_29_2023

Firestore no longer limits the number of writes that can be passed to a Commit operation or performed in a transaction. Previously, the limit was 500. Limits for request size and the transaction time limit still apply.