Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Sharded Databases
Set the database that is to be used for the default company and globally used tables in a sharded environment.
shard.default.name=default
Specify an algorithm for selecting a new shard on portal instance creation. Use ManualShardSelector for shard selection via the web interface.
Examples:
shard.selector=com.liferay.portal.dao.shard.RoundRobinShardSelector
shard.selector=com.liferay.portal.dao.shard.ManualShardSelector