Fórum

Liferay 7 CE Database Sharding

Marcus Bock, modificado 7 Anos atrás.

Liferay 7 CE Database Sharding

New Member Postagens: 4 Data de Entrada: 22/06/16 Postagens Recentes
Hi,

i have a short question. What´s with the database sharding feature? I can´t find it in CE Version. Is it only an EE feature?

Thanks,
Marcus
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: Liferay 7 CE Database Sharding

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
IIRC sharding was being discarded altogether.
Marcus Bock, modificado 7 Anos atrás.

RE: Liferay 7 CE Database Sharding

New Member Postagens: 4 Data de Entrada: 22/06/16 Postagens Recentes
Ohh, ok. Why was it discarded?
thumbnail
David H Nebinger, modificado 7 Anos atrás.

RE: Liferay 7 CE Database Sharding (Resposta)

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
I don't know for sure, but my guess is that each location that wanted to use sharding wanted to use it in different ways, ways in which LR did not allow. I also think it imposes other issues with indexing, etc, but these are all guesses.

I think you can still use DB-level mechanisms to support sharding (i.e. I think Oracle has a way to shard a table yet make it seem like one table to consumers), so you may have options there even though the logical sharding might have been discarded.