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
fix(perf): open tables without waiting behind background schema introspection (#1483)
* feat(sidebar): show all databases on the server as a tree (#139)
* fix(sidebar): metadata pool lifecycle, reconnect teardown, and observation cancellation (#139)
* feat(sidebar): tree/flat layout option with native styling and large-list perf (#139)
* fix(sidebar): tree context-menu targets the clicked database and pool clears canceled tasks (#139)
* refactor(sidebar): database-qualified tree row identity and serialized metadata pool (#139)
* fix(sidebar): reload stranded tree rows after switching active database (#139)
* fix(sidebar): keep tree schema list stable when switching the active schema (#139)
* fix(sidebar): load tree routines per schema and skip loads while reconnecting (#139)
* fix(sidebar): retry failed tree loads after reconnect instead of blocking loads (#139)
* fix(perf): open tables without waiting behind background schema introspection
* perf(datagrid): run exact and filtered row counts on the bulk metadata lane (#1483)
* refactor(query): extract duplicated table-schema sidecar fetch into one helper (#1483)
---------
Signed-off-by: Ngô Quốc Đạt <datlechin@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
### Fixed
16
16
17
17
- Moving a connection into or out of a group now syncs across devices, instead of leaving it ungrouped on your other Macs.
18
+
- Opening a table on a connection with many tables no longer stalls for several seconds while autocomplete and table metadata load. Background schema introspection now runs on separate connections instead of waiting behind, or blocking, the query that fills the grid. (#1483)
0 commit comments