Ingres Community Forums Login Register Ingres.com  

Ingres Community Forum


Go Back   Ingres Community Forums > Ingres Forums > OpenROAD Developer's Forum
 

Reply
 
LinkBack Thread Tools Display Modes
Old 2009-06-24   #1 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 13
Default Ingres QT (development projects tool)

Hi, I wish to evaluate the Ingres QT (query tool) which is available for download on the Ingres projects website. I am using Ingres 2006 on a Sun OS based server which I connect to using the client on my windows based machine. The windows installation of Ingres is 2.6.

When I try to connect to one of the databases on the 2006 node from QT, the app just hangs for a long time. Any clue what could be wrong? I am using qt26_v10a. Any help would be appreciated.

Cheers.
siddus is offline   Reply With Quote
Old 2009-06-24   #2 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 13
Default

Just an update....
After waiting for a long time, the app did connect however it takes a lot of time to SQL anything on the dbase. I am clueless why it is taking so long!!
siddus is offline   Reply With Quote
Old 2009-06-24   #3 (permalink)
Ingres Community
 
bilgihan's Avatar
 
Join Date: Aug 2008
Location: Munich, Germany
Posts: 100
Default

This might be caused due some network issues.
Did you try using ip address instead of hostname in vnode definition?
ON command prompt, what is the behaviour of
- ping <ip>
- ping hostname

Bilgihan
bilgihan is offline   Reply With Quote
Old 2009-06-24   #4 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 9
Default

I am not sure if this is a network related issue or perhaps due to the number of tables & views in this database or something else. Query Tool performs a similar set of queries to the terminal monitor "help" command when it populates the list of tables and views for a database. Could you try doing this in terminal monitor to compare the response time to help isolate the problem?

> sql vnode::database
* help\g

How does the response time compare to querytool? How many tables/views are we dealing with here?

John
mahjo03 is offline   Reply With Quote
Old 2009-06-25   #5 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 13
Default

@Bilgihan - its certainly not a network problem. I tried running diagnostics and the network is up and running well. No issues there.

@John - Tried that on terminal monitor and the response was pretty quick. Around 9000+ objects retrieved. Also I am able to use VDBA without facing any such problems. There is no delay and things are quite seamless as far as using any feature of VDBA is concerned.

I was hoping that the tool would provide some more features than VDBA which is why I wanted to evaluate it.
siddus is offline   Reply With Quote
Old 2009-06-25   #6 (permalink)
Ingres Corp
 
Join Date: Mar 2007
Location: On the OpenROAD
Posts: 666
Default

I have just downloaded "qt" and can't see any performance problems with it (neither when connecting nor when drilling down the database or executing queries).
Did you use an existing vnode or did you create an ad-hoc connection?
Bodo is offline   Reply With Quote
Old 2009-06-25   #7 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 9
Default

I will run some diagnotics with an installation of that size (around 10K objects) to see if I can reproduce the issue and islolate the problem. Stay tuned...
mahjo03 is offline   Reply With Quote
Old 2009-06-26   #8 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 13
Default

When I start QT it seems to picking up the node information from VDBA. I did not create any new nodes. As a matter of fact when I deleted a node from QT the same node disappeared from VDBA too. I am assuming it gets this information automatically from the ingres installation.
siddus is offline   Reply With Quote
Old 2009-06-26   #9 (permalink)
Ingres Community
 
denjo02's Avatar
 
Join Date: Mar 2007
Posts: 131
Default

That is indeed the case. If you open up a Command Window and enter the command "netutil" you will also see the vnodes defined to the installation.
denjo02 is offline   Reply With Quote
Old 2009-06-29   #10 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 9
Default

It appears as if the lag time is not with the query itself but with process being used to create the child nodes in the tree for the database. I will need to look for a more efficient method to populate the treeview field.
mahjo03 is offline   Reply With Quote

Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


© 2009 Ingres Corporation. All Rights Reserved