metadb-project / metadb

Metadb extends PostgreSQL with features to support analytics such as streaming data sources, data model transforms, and historical data
Apache License 2.0
8 stars 2 forks source link

Retry after prepared statement cache and schema become out of sync #55

Open nassibnassar opened 11 months ago

nassibnassar commented 11 months ago

Occasionally database library errors can result from schema changes occurring underneath the prepared statement cache. When this happens, it is necessary to retry after the cache is invalidated.

A workaround for this bug is to restart the Metadb server.