[MXS-4612] Query Editor: High memory usage when multiple statements are executed in a batch query Created: 2023-05-11 Updated: 2023-05-12 Resolved: 2023-05-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxgui |
| Affects Version/s: | 6.4.6, 22.08.5, 23.02.1 |
| Fix Version/s: | 22.08.6, 23.02.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Duong Thien Ly | Assignee: | Duong Thien Ly |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Result sets for multi statements should not be all rendered at once, otherwise the browser would consume too much memory leading to a freeze. |
| Comments |
| Comment by Duong Thien Ly [ 2023-05-11 ] |
|
The DOM pollution issue is fixed by replacing the tabs UI with a menu dropdown. This menu dropdown renders only 30 items at a time, the rest will be rendered on demand. aka "virtual scroll" |