掲示板

Liferay DB queries on Login

9年前 に Raj Aryan によって更新されました。

Liferay DB queries on Login

New Member 投稿: 22 参加年月日: 11/12/22 最新の投稿
When we were profiling our Liferay portal, we noticed that Liferay is firing around 36 queries to DB. These are Liferay specific queries. I have attached the high level details. Could you let me know if there is a way to avoid these calls on every login or a way to fine tune the login time?

Also, another basic question - Can we have different name to Liferay DB schema instead of having it as LIFERAY? I want to create 2 schemas on the same databases for Liferay one for LF 6.1 and another one for LF 6.2, is it possible?

添付ファイル:

thumbnail
9年前 に David H Nebinger によって更新されました。

RE: Liferay DB queries on Login (回答)

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
1. no
2. Liferay logs in using a set of credentials and the default schema for those creds. If you use a different login for 6.2 with a different default schema, you won't have a conflict.
9年前 に Raj Aryan によって更新されました。

RE: Liferay DB queries on Login

New Member 投稿: 22 参加年月日: 11/12/22 最新の投稿
Thanks David!