Our application has the usecase to upload 20TB of files in GCP bucket. Once its uploaded to GCP bucket, the corresponding bucket path should be updated to a onprem oracle db. will the GCP cloud function or GCP pub sub will support this volume of data ?
Need some solution to update the GCP path in oracle on prem db for large volume of data
A such volume of data can't be handle in a single piece by Cloud Functions (max 32Gb of memory) or PubSub (max 10Mb per message).
But Cloud Functions/PubSub can be use has orchestrator/notifier