Siting Ren
Siting Ren
@Mityuha Thanks for your report. I did some performance tests as you suggested on Py2.7, Py3.5, Py3.6, Py3.7, Py3.8. What I see is the performance improvement comes from [the usage...
@HaymanLiron That's great, thank you for your help!
@pcerny I agree to use existing `errors.TimedOutError` and I also think it's better to rename 'connection_timeout' option to a more accurate name. As of today, the 'connection_timeout' option is actually...
@pcerny I agree with you. On the other hand, as Python 2 end-of-life will be on January 1st, 2020, I wonder if it worth to make such a change or...
@I-akshay Yes, vertica-python has similar functions: `connection.opened()` and `connection.closed()` return Boolean values. Can you tell me what's the current behavior when your connection is getting expired?
This `connection.opened()` function generally cannot be called to determine whether a connection to a database is valid or invalid, it does passive checking. Unfortunately, there is no function to actively...
Please provide the version info for those packages you installed. Thanks.
@ericwoodall It's hard to tell the problem from your description, here are some of directions for debug: The latest vertica-python already set TCP keepalive as default: [Source code](https://github.com/vertica/vertica-python/blob/74d426fae75b0fe221e65a1ed20eff6889970ce9/vertica_python/vertica/connection.py#L451), except you...
@ericwoodall Is DBViz also using vertica-python? Have you toggled `connection_timeout` setting in dbt-vertica? Since there is no traceback message or log to look at, I think running the query on...
Please provide the version info for those packages you installed. Thanks.