crate / crate/crate-admin

AdminUI gets stuck on results with large arrays

Open
#664 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.