You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works well sometimes, but other times it is comically slow, and it's hard to detect a pattern. I suggest we start by refactoring the worker to make it update a row at a time rather than a cell at a time and see how far that gets us.
Part of the explanation for the slowness of cell-based updates is probably bluesky/tiled#645. Row-based updates will be faster, but still subject to really inefficient paging until that is fixed.
Once the issue is fixed, row-based updates will be ok, but still subject to latency on a per-row basis. I have code that does efficient chunk-based updates, which work well, though they will also get faster once bluesky/tiled#645 is fixed.
It works well sometimes, but other times it is comically slow, and it's hard to detect a pattern. I suggest we start by refactoring the worker to make it update a row at a time rather than a cell at a time and see how far that gets us.
bluesky-widgets/bluesky_widgets/qt/_search_results.py
Lines 23 to 32 in c2edf3c
The text was updated successfully, but these errors were encountered: