MySQL Forums
Forum List  »  NDB clusters

more complex queries on clusters
Posted by: Jörg Nowak
Date: September 13, 2005 02:26AM

Hello,

I have the following query:

select IMSI.mIMSI, BasicServiceCode.BasicServiceCodeId from IMSI, MSISDN, BasicServiceCode where IMSI.mIMSI=MSISDN.associatedIMSI and MSISDN.associatedBasicServices=BasicServiceCode.basicServiceCodeId and IMSI.mIMSI=200001311;

This query takes 2,5 sec (2500 ms) to execute. My test database is really small (1000 records). I tested some modifications in the where section but the execution time doesn't differ very much.

A single query with one table needs 30-40 ms (from the application side). Did I something wrong or is this the normal behaviour ?

We use MySQL Cluster 4.1.12 on a 2 machines Sun Solaris 10 cluster.

Joerg Nowak

Options: ReplyQuote


Subject
Views
Written By
Posted
more complex queries on clusters
2532
September 13, 2005 02:26AM
1737
September 13, 2005 09:07AM
1621
September 13, 2005 10:52PM
1731
September 14, 2005 03:51AM
1572
September 19, 2005 06:31AM
1527
September 19, 2005 07:05AM
1503
September 19, 2005 07:17AM
1666
September 19, 2005 07:37AM
1576
September 19, 2005 07:51AM
1514
September 19, 2005 08:15AM
1608
September 19, 2005 08:19AM
1605
September 19, 2005 08:22AM
1422
September 19, 2005 08:34AM
1598
September 19, 2005 08:46AM
1530
September 14, 2005 01:10AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.