Skip to main content
Question

Lobby performance with IAL

  • February 20, 2023
  • 2 replies
  • 71 views

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)

Dear community,

more than 80% of our lobby data scources based on complex IALs. Our database is in cloud.

And I am concerned about the lobby performance in the future if we have millions of data. Currently we are not live with IFS.

So I am asking for your opinion. 

 

 

2 replies

Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • October 17, 2025

As i understand Lobby’s each lobby object create a query tread into the database. It is therefore very important that the queries are efficient, especially if the lobby is used by many users, many times a day.

To ensure that performance is ok, tests with data and evaluation with oracle explain plans is useful.

Insight knowledge in how that IAL’s is structured with tables and indexes can help a lot to ensure efficiency in joins. DBA can create additional assist with index discussion or adding.

Alternative could you use data mart functionality

/JE.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • October 17, 2025

As i understand Lobby’s each lobby object create a query tread into the database. It is therefore very important that the queries are efficient, especially if the lobby is used by many users, many times a day.

To ensure that performance is ok, tests with data and evaluation with oracle explain plans is useful.

Insight knowledge in how that IAL’s is structured with tables and indexes can help a lot to ensure efficiency in joins. DBA can create additional assist with index discussion or adding.

Alternative could you use data mart functionality

/JE.

 

Thank you ​@terje