I'm curious if Google (or anyone else) has any visibility on comparing pricing of Firestore vs Cloud Bigtable?
Firestore is priced per IOP (read / write) whereas Cloud Bigtable is priced per node /SSD.
I'm thinking of doing most of my real-time and user facing data on Firestore and then moving some of this into Cloud Bigtable for more ETL-like operations.
Pricing is the big motivator here as a lot of the algorithms would be expensive to run on Firestore but should be much more affordable on Bigtable.
Firestore is REALLY good for user facing event-updated data but I want to have some ETL jobs that load data back and forth.
Kevin