Datastore pricing

Hello everyone! My number of cloud firestore readops has increased sharply. I have enabled the Firestore/Datastore API (Admin Read, Data Read). In ten minutes, the number of logs increased by 4,000, and in the App Engine Dashboard section, the number of Cloud Firestore Read Operations increased by 600,000. Tell me please, why is this happening and how can I see the full list of read requests that come to the datastore? Thanks

0 1 207
1 REPLY 1

Hi @vadim06078,

Welcome to Google Cloud Community!

The sudden increase in Cloud Firestore read operations in your app could be due to a few reasons:

  • The sudden increase in read operations could be due to unexpected user activity, code issues, or datastore issues.
  • To identify the cause, analyze App Engine Dashboard logs, review app code, monitor datastore metrics, and consider enabling Firestore logging.
  • Additional resources are provided for further troubleshooting and support.

Steps:

  1. Analyze App Engine Dashboard logs.
  2. Review app code.
  3. Monitor datastore metrics.
  4. Consider enabling Firestore logging.
  5. Contact Google Cloud Support if needed.

Documentations: