-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow Query Response #364
Comments
Hi @hectotruj , Can you please share some repro test case for the issue, what exact query you are trying to run? is it same for every query or for some queries? If you are comfortable to provide time difference log/data/output, please provide it as well. Thanks. |
Hi @rhtpandeyIN , thanks for reaching out. I'll ask how much I can share but its essentially:
We know the query works, but if I log the time from Node I get |
Thanks for providing the information, but to make sure this is because of node-ibm_db particular version, we need more data/information. Would you be able to help us, if I request you to check the same query with different node versions, and with different node-ibm_db versions?
Above information will be required to analyse/determine the exact issue, and thanks in advance for your help. |
I'm using node 4.x with ibm_db2 0.0.19, having same issue. So I'm trying to upgrade ibm_db2 but I met several errors when execute query. |
I tried to upgrade ibm_db to 1.0.0/2.0.0/2.2.0, all these version have slow response. Much slower than execute SQL in Data Studio (GUI). |
Hi @rhtpandeyIN , I apologize, but we haven't had the time to test it and I'm not sure we will anytime soon. But it seems @Louis-7 is also having the same issue. And is a problem that has come up before |
As per the discussion with Ziyad closing the issue. (Issue not exist anymore). |
Issue
Query response takes too long
Situation
A query I ran on the DB2 dashboard, and then again on DBeaver, returns in less than 2 seconds. However, it takes about 17 seconds in Node using this library.
Data
The data being returned contains about 50k rows
The text was updated successfully, but these errors were encountered: