Hi,

We have a deployment that has a cluster of write-only database, which have
identical schemas, but which are not replicated for mutual consistency.  A
backend process then aggregates the data for off-line processing (think of
these db¹s as loggers).

So, I¹d like to be able to load-balance write requests to these db¹s the
same as for read-only db requests.  Can this be efficiently done with
Sequoia?  So far in looking at the manuals, I haven¹t seen that this has
been documented...It seems that write queries are always broadcast in some
way to all db¹s, or a partial subset, etc....

Also, how well does it map to using built-in connection pools within tomcat,
for example?  Or would we only make non-pooled connections to the Sequoia
controller?

Thanks,

Jason

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to