Subject: | typo re: read/write access |
Hello,
I think you've got the logic in this sentence backwards:
"One typical methodology is to write to all datasources, but read from only from one datasource."
Later in the same document you describe a MySQL example that is opposite of this: reading from all sources, but only writing to the master. That's what I understand to be the standard way for this kind of mirror setup.