Hi All,
I'm working on a POC for a customer that wants to continue to have insights in their history of an application that they will stop using. The idea is to build vieuws on top of the existing database.
there is a table with more than 6 million records, and it doesn't perform. it takes minutes to load a grid of this view.
i'd expect the max_no_of_records to limit the amount of results and thus improve perofrmance, but it I doubt it is having any effect.
in the dev tool I do not see any form of limiting, aside from the page size, but the amount of items is still 6000.000 where I would expect the limit I set in max_no_of_records.
Is there anything wrong in the interpretation of the max_no_of_records. Suggestions on how to improve performance whilst still being able to access all items?