ydb-platform / ydb-sqlalchemy

YQL Dialect for SQLAlchemy
Apache License 2.0
20 stars 6 forks source link

Enable compilation query cache #51

Closed LuckySting closed 3 months ago

LuckySting commented 3 months ago

Description

SQLAlchemy supports caching of compiled queries, which may increase performance.

In this PR

Enable statements caching