Y
Hacker News
new
|
ask
|
show
|
jobs
by
bingemaker
1060 days ago
How do you batch write the results (say updating shopping carts) when frontend has to reflect whats in the database?
1 comments
patmorgan23
1060 days ago
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.
link
Then you have your warehouse database that you updated once a day with information from prod.