RethinkDB local and cloud clusters connection -
just thinking app arhitecture , whant know possible @ create local cluster specific tables , connect cloud cluster?
and additional question - possible choose create shard (on machine) particular table (to show cloud cluster table need shards in local cluster)?
as example, whant have table db.localtable sharded in local cluster reduce latency , increase performance due run queries in local cluster , have ability run queries in cloud cluster when local cluster not accessible. data between clusters should consistent.
tnx in advance.
actually, i've found solution: set specific servers replicas , servers shards should use server-tags , perform changes using reql , tables setting. details see - rethinkdb - scaling, sharding , replication , rethinkdb - architecture faq
Comments
Post a Comment