Hi everyone,

I want to create some basic application which will use shards. I mean
the application which will use many real databases partitioned in some
way (by range, hash etc.). So I have one table which reside in
multiple databases, but in one database I have only a part of rows. I
want to use Sequoia as a request dispatcher. It will be responsible
for select what database will be used to a given query. I read the
documentation and didnt find similar solution. There is only RAIDb-0
which split database by tables. But I want to split rows in tables
instead. How can I implement this using Sequoia? Should I implement my
own load balancer?

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

Reply via email to