Russ Savage

Results 217 comments of Russ Savage

@rbdm-qnt thanks! if it's related to influxdb, probably makes sense to open it in the https://github.com/influxdata/influxdb repo. But there are tons of things that impact db performance, so it's tough...

@loopway thanks for the issue. I'm not sure that's needed tbh. this code prints `exception` using python 3.7.7 on my mac: ``` # import requests module import requests try: #...

@loopway thanks for clarifying! We'd be happy to review a PR if you're interested!

@Ivo-Donchev thanks for the issue. This might be better suited for the https://community.influxdata.com or the community slack https://influxdata.com/slack channel.

@utlco thanks for the issue! would you be interested in opening a PR?

@rbdm-qnt thanks for this. There are many things that could impact this, but to answer your specific question, no, you should not stop and restart influxdb after each query. If...

@rbdm-qnt not a problem! Sounds like processing this in the cloud might be your best option. Pretty easy to horizontally spin up a large number of executors to process your...

@snenkov thanks for the issue: It looks like switch_database doesn't run any command against Influx: https://github.com/influxdata/influxdb-python/blob/master/influxdb/influxdb08/client.py#L173 1. This is the behavior of InfluxDB: https://docs.influxdata.com/influxdb/v1.7/query_language/database_management/#create-database 2. Feels like a very easy...

@Karan-M-Shah thank you for opening this! I think we might need some help from the community to solve this. You might also try our Community Slack https://influxdata.com/slack if you haven't...

@Minnozz thanks for the issue. I'm not a syslog expert, but maybe @leodido or @goller knows?