This content has been marked as final.
Show 1 reply
-
1. Re: How to speed up TEIID loading.
rareddy Jul 16, 2018 12:26 PM (in response to lukyer)Because each VDB is a totally independent unit. There is nothing that can cache/share the metadata across all the VDBs. If all your 100 vdbs use same Postgres schema, then create a single VDB with that data source, and use "vdb-import" feature to import that VDB into other 99 vdbs, that way your PG metadata is loaded only once.
Ramesh..