Comment on Tell HN: Upgrade your Metabase installationparentComments−bingemaker3yHow do you batch write the results (say updating shopping carts) when frontend has to reflect whats in the database?−patmorgan233yThey're talking about moving data between two different back end databases. Your production database optimized for your application/latency.Then you have your warehouse database that you updated once a day with information from prod.
Comments
How do you batch write the results (say updating shopping carts) when frontend has to reflect whats in the database?
They're talking about moving data between two different back end databases. Your production database optimized for your application/latency.
Then you have your warehouse database that you updated once a day with information from prod.