When using the Admin UI for large datasets (Millions of rows), there is a noticeable hang time before the UI either crashes or loads. Reloading the page when loaded on a table with a small dataset takes a few seconds where as a dataset of a million takes half a minute on my machine. I imagine larger datasets would be worse.
It was initially reported in the discord here but I can also reproduce it.
Initial profiling of a pip installed version of the UI point to this:
I dont know why its chonking the GC so much if its paginated, which it is by default but figured it could be useful context to add
When using the Admin UI for large datasets (Millions of rows), there is a noticeable hang time before the UI either crashes or loads. Reloading the page when loaded on a table with a small dataset takes a few seconds where as a dataset of a million takes half a minute on my machine. I imagine larger datasets would be worse.
It was initially reported in the discord here but I can also reproduce it.
Initial profiling of a pip installed version of the UI point to this:
I dont know why its chonking the GC so much if its paginated, which it is by default but figured it could be useful context to add