【Feature Request】SQL 编辑器支持基于表名前缀的元数据实时补全,不依赖导航树展开 Schema #5852
liux-gihub
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
问题描述
在 Oracle 数据库场景下,库中存在大量 Schema,部分 Schema 下对象数量非常多。当前编辑器的对象提示依赖左侧导航树展开 Schema 节点,展开时需要一次性加载该 Schema 下全部对象,会造成界面卡顿、加载缓慢,严重影响 SQL 编写体验。
期望功能(对标 DBeaver SQL Assist 能力)
价值
All reactions