python-pinot-dbapi / pinot-dbapi

Python DB-API and SQLAlchemy dialect for Pinot
MIT License
19 stars 33 forks source link

multi-stage sqlalchemy in README.md #79

Closed walterddr closed 11 months ago

xiangfu0 commented 11 months ago

Is there a way to override timeout as well?

walterddr commented 11 months ago

Is there a way to override timeout as well?

Timeout is controlled per query. Not on engine level. This change is to setup a engine that doesn't require to pass in SET useMultistageEngine = true on every query which is also nontrivial in sqlalchemy if using the programmatic language