-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
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 ?