Single Partition with Single Server No Failover Topology
By default, single partitioning is configured. In case of single partition, all data is stored on a single server.
For example, if you have three logical tables: Person, Address, and PersonToAddress.
<Topology>
<Server clusterIndex="1" backupIndex="1">
<Name>FirstServer</Name>
<Connection>myHost:5051</Connection>
</Server>
</Topology>
<IndexEntityList>
<IndexEntity>
<Name>Person</Name>
<RootRepository>PERSON</RootRepository>
…
</IndexEntity>
<IndexEntity>
<Name>Address</Name>
<RootRepository>ADDRESS</RootRepository>
…
</IndexEntity>
<IndexEntity>
<Name>PersonToAddress</Name>
<RootRepository>PERSON</RootRepository>
…
</IndexEntity>
</IndexEntityList>
Copyright © Cloud Software Group, Inc. All rights reserved.
