[Not relevant] Partitioning and Sharding

0 votes
asked Apr 24, 2013 in Solved by anonymous
edited Apr 24, 2013 by ludek.vodicka

Hello. Can somebody help in example how to do Partitioning and Sharding using ORM Designer or give link to documentation where I can find this information. I'm interested in how to do this using ORM Designer, is it possible?

1 Answer

0 votes
answered Apr 24, 2013 by ludek.vodicka Skipper developer (140,450 points)
 
Best answer

As far as I know, Partitioning and Sharding is a feature of database servers, not feature of ORM frameworks. So ORM Designer doesn't support any of these features because also any ORM doesn't support it.

You need to check the documentation of your database server or discuss it on site focused to databases.

...