I'm currently using TDengine and Python to store time-series data.
I tried Python connector.
conn = taos.connect()
conn.execute(“…”)
It’s OK. However, the performance is not very good. Does TDengine Python connector support executemany
and binding parameters?
Or is there another way to improve performance?