01-05-2018, 02:58 PM
So the reason it loads slow is because there's over 1 million records in the financial transactions table in the database. Normally that isn't a problem, but because the income statement uses almost exclusively SUM aggregate functions to get the data, it slows it down significantly. As time goes on it will only become slower.
I'll see what I can do in the back-end to alleviate the issue. I'm having the same problem with the flight history database.
The $0 values for dec and november are because the game is trying to look up values for december 2018 rather than 2017. Working on that as well
I'll see what I can do in the back-end to alleviate the issue. I'm having the same problem with the flight history database.
The $0 values for dec and november are because the game is trying to look up values for december 2018 rather than 2017. Working on that as well
I am the developer of Airline Enterprise
