You are not logged in.
Pages: 1
I have a crazy idea.
What if I setup central MySQL server and then a few replicas, one replica per App instance?
But those replicas will be similar to this: Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity server. So my App and MySQL server will be in one process, and my App will use mORMot to access InnoDB storage engine directly, bypassing network and SQL parsing layers. Thus local instance of MySQL will become just a cache, which communicates with central server via mysql-replication protocol.
What do you think? Total madness?
Pages: 1