You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several cases, the report needs a complicated query to get the necessary data. In such cases the reports become highly non-performant.
Implement a way for plugins to save the "generated reports" in a separate table, so that the actual report can be shown based on this table. This will make the reports simple and performant.
cc @parthlawate@thite-amol@manojLondhe this has several similarities with the indexer. Do you see any way we can leverage indexer without brining all its baggage ?
The text was updated successfully, but these errors were encountered:
In several cases, the report needs a complicated query to get the necessary data. In such cases the reports become highly non-performant.
Implement a way for plugins to save the "generated reports" in a separate table, so that the actual report can be shown based on this table. This will make the reports simple and performant.
cc @parthlawate @thite-amol @manojLondhe this has several similarities with the indexer. Do you see any way we can leverage indexer without brining all its baggage ?
The text was updated successfully, but these errors were encountered: