AdminUI gets stuck on results with large arrays
Open
complexity: 5-8
ux
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
If you open up the query console and execute a query like:
```
SELECT array_agg(x) FROM generate_series(0, 1000000) as t (x);
```
And then proceed to expand the array, it pretty much kills the page.
Contributor guide
Assessment
This issue has not been assessed yet.