Hacker News new | ask | show | jobs
by cupcakestand 3251 days ago
> Send queries to any server in the cluster and they get routed automatically.

Nice! Also the writes? Mongo wants the writes to the primary only.

1 comments

Yes, if you send a write to a server that's not the primary then rethinkdb will transparently forward it to the primary.