clickhouse4j icon indicating copy to clipboard operation
clickhouse4j copied to clipboard

Add cache for the queries

Open doom369 opened this issue 6 years ago • 0 comments

Typical jdbc driver has embedded LRU cache for queries, so queries in most of the apps just parsed once and than reused. In that case parser optimization could be avoided.

doom369 avatar Aug 26 '19 06:08 doom369