If the amount of event is high (> 5k), the event viewer is slow to load events and almost not able to clear and export them.
Analysis:
Current implementation uses JFace TableViewer which seems slow for high number of rows. It could be replaced with an SWT table with possibly an SWT.Virtual implementation.
If the amount of event is high (> 5k), the event viewer is slow to load events and almost not able to clear and export them.
Analysis: Current implementation uses JFace TableViewer which seems slow for high number of rows. It could be replaced with an SWT table with possibly an SWT.Virtual implementation.