Y
Hacker News
new
|
ask
|
show
|
jobs
by
morshu9001
220 days ago
That's readonly. RW workloads usually don't tolerate eventual consistency on the thing they're writing.
1 comments
terminalshort
220 days ago
Yeah, if you have a mix of reads and writes in a workflow, you gotta hit the writer node. But a lot of times an endpoint is only reading data from a particular DB.
link