Message: [Vertica][VJDBC](4650) ERROR: Schema "information_schema" does not exist

Message: [Vertica][VJDBC](4650) ERROR: Schema "information_schema" does not exist

我不太确定为什么要搜索此架构。有没有使用过 vertica 的 flyway 专家?

尽管 information_schema is defined as a standard 已被大多数 RDBMS 实现,例如 MySQL,但 Vertica 并未实现它。

在 Vertica 中,information_schema 等效的 SQL 结构是 v_catalog SQL 模式。

Vertica JDBC 驱动程序返回的错误意味着您正在错误地查询 information_schema。如果你不是自己做的,它可能是你使用的库不充分(例如:Hibernate 会查询 information_schema)。