Closed nblair closed 3 years ago
To test, I setup a new 3.28 NXRM instance in GCP with a build of this branch installed. I've run a similar test scenario as to what was described in #83.
Baseline Firestore read ops costs (from 0.18.0 release):
New Firestore read ops costs (from this branch):
These graphs show a 90+% reduction in Datastore read operations usage.
This change set intends to replace Datastore document reads with small operations. Small operations are free, so this may help reduce some observed higher costs in deployment.
This is in draft status while we experiment.
Fixes #83