Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Teiid 9.0.2 进行数据虚拟化。我创建了数据源,部署了 VDB,然后在数据源(MySQL/Postgresql)中创建了新表。新表未列在 VDB 的 SYS.Tables 和 SYS.Columns 中。有没有办法刷新这些表?
您将需要重新启动 Application Server或重新部署 VDB。当您重新部署 VDB 时,它将重新加载元数据。
ExecutionFactory.getMetadata(...)加载元数据并在部署 VDB 时调用
ExecutionFactory.getMetadata(...)