I have a table in data store with about 15k records. It's reference data, so the same table is in A-production and B-test. I have a script to export it to cloud storage then import to bigquery. On B-test, it takes a few seconds to export to cloud storage. On production it takes minutes if it finishes at all. I can see the files getting created on production, so it feels like something is stuck finalizing the export. The export task just stays in the PROCESSING state.
Solved! Go to Solution.
The issue you're encountering with Google Cloud Datastore exports taking significantly longer in your production environment compared to your test environment is not uncommon. There are several factors that could contribute to this difference in performance. Here are some steps and considerations to help you diagnose and potentially resolve the issue:
1. Investigate the Production Environment:
2. Retry the Export:
3. Compare Configuration and Permissions:
5. Additional Considerations:
The issue you're encountering with Google Cloud Datastore exports taking significantly longer in your production environment compared to your test environment is not uncommon. There are several factors that could contribute to this difference in performance. Here are some steps and considerations to help you diagnose and potentially resolve the issue:
1. Investigate the Production Environment:
2. Retry the Export:
3. Compare Configuration and Permissions:
5. Additional Considerations: