You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v0.8.9, every invocation of the PGDirectConnection#createArrayOf method queries the database to resolve the typeName string to an oid which is then looked up in the SharedRegistry instance.
When executing a large batch of queries utilizing array parameters, this extra query per invocation is causing significant and noticeable unnecessary overhead.