mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Exclude isLedger property check for Azure DBs for improving OE nodes expansion perf (#1798)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
</Filters>
|
||||
<Properties>
|
||||
<Property Name="Status" ValidFor="All"/>
|
||||
<!--IsLedger property check is disabled on Azure databases to avoid making connections to databases individually
|
||||
when listing databases in Object Explorer since it's value is not available from 'master' DB for all databases.-->
|
||||
<Property Name="IsLedger" ValidFor="AllOnPrem"/>
|
||||
</Properties>
|
||||
<Child Name="SystemDatabases" IsSystemObject="1"/>
|
||||
</Node>
|
||||
|
||||
Reference in New Issue
Block a user