If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > PervasiveSQL 2000 query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-25-03, 07:41
semanc semanc is offline
Registered User
 
Join Date: Apr 2003
Location: Presov, Slovakia
Posts: 1
PervasiveSQL 2000 query

Hi,

I have a problem with simple query on PSQL. I have a simple 2 columns table "test" which has 100 000 rows. First col. is "cislo" second "suma", the 1. row is: cislo=1 suma=1; 2. row is cislo=2 suma=2 and so on. In P SQL Data Manager I wrote query:

" SELECT SUM (cislo) AS spolu FROM test ".

This query run 52-53sec. In mine it is very slow, MS SQL is fastest.

Is problem in query, PSQL, my or in all?

Results are independent from server OS. I test it on Linux, W2000, Novel versions with SP4. When I wrote simple aplic in Magic8.30 (which use Btrieve API) on same table, same servers, the result is in 15sec.

Thanks and sorry for my english...

Ivan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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