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
WEBUI_ViewSelection and WEBUI_ViewSelectionLine tables tend to grow quickly.
This could affect the overall performance when browsing views.
e.g. on w101, "select count(1) from T_WEBUI_ViewSelection" returns "11 315 919" rows!
What is the expected or desired behavior?
On webui server start, cleanup those temporary tables.
This might be contradictory to #35 but at the moment we are not persisting the view state anyways (like filters, sticky filters, order bys etc).
When we will do that, then we might come up with a different cleanup strategy.
The text was updated successfully, but these errors were encountered:
Is this a bug or feature request?
What is the current behavior?
WEBUI_ViewSelection and WEBUI_ViewSelectionLine tables tend to grow quickly.
This could affect the overall performance when browsing views.
e.g. on w101, "select count(1) from T_WEBUI_ViewSelection" returns "11 315 919" rows!
What is the expected or desired behavior?
On webui server start, cleanup those temporary tables.
This might be contradictory to #35 but at the moment we are not persisting the view state anyways (like filters, sticky filters, order bys etc).
When we will do that, then we might come up with a different cleanup strategy.
The text was updated successfully, but these errors were encountered: