Cache PostgresqlAdapter type map
This executes a query to the DB every time a connection is opened. Currently the query returns 800 rows so caching this can improve performance.
Showing
Please register or sign in to comment
This executes a query to the DB every time a connection is opened. Currently the query returns 800 rows so caching this can improve performance.