> Finally, as noted before, if you do have use cases which fetch a lot of > different nodes (or better say: in all cases) your repository will be much > faster if you use a "local" persistence manager with no network connection > and no roundtrips.
Yep, fine for the dev environment but in the prod environment we'll most likely use MySQL to benefit from the existing clustering structure. Regards, Markus
