heavyai / heavyai-jdbc

A JDBC driver for connecting to an HeavyAI GPU database and running queries.
https://www.heavy.ai/
Other
9 stars 16 forks source link

querytimeout #21

Closed ggcking closed 4 years ago

ggcking commented 4 years ago

hi, I have a query that takes a little bit time, the jdbc return timecount error. Have the driver some params of query timeout?

cdessanti commented 4 years ago

Nope there isn't anything in jdbc that would return a timeout, so it has to be a thrift exception. How much time the query would run?

Ottieni Outlook per Androidhttps://aka.ms/ghei36


From: ggcking notifications@github.com Sent: Tuesday, December 24, 2019 9:35:13 AM To: omnisci/omnisci-jdbc omnisci-jdbc@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [omnisci/omnisci-jdbc] querytimeout (#21)

hi, I have a query that takes a little bit time, the jdbc return timecount error. Have the driver some params of query timeout?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/omnisci/omnisci-jdbc/issues/21?email_source=notifications&email_token=AHLFBFZLX7QF7QIJ6SUBJRLQ2HCUDA5CNFSM4J64CTQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICO6PGA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLFBF4UYVY6VQPDIQLMCNLQ2HCUDANCNFSM4J64CTQQ.

ggcking commented 4 years ago

@cdessanti about 3-5 minitues.

Smyatkin-Maxim commented 4 years ago

Closing it as it doesn't seem to be related to the driver. Feel free to reopen if I'm wrong