0.1239 seconds running on a Solaris machine with UV 10.2.2 and 250 other
users.

- Josh


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Bill Haskett
Sent: Thursday, July 09, 2009 1:56 PM
To: U2 Users List
Subject: Re: [U2] General guidelines on indexing

UD v7.2 on Dell 1435 server w/2GB RAM and 180 SATA  RAID 1 drive.

  s = ''
  z = STR('*', 1000)
  t1 = SYSTEM(12)
  FOR i = 1 TO 100000
     s<-1> = z
  NEXT i
  t2 = SYSTEM(12)
  CRT t2 - t1 : " milliseconds."

-> RUN BP TEST
1625 milliseconds

Bill

Steve Romanow said the following on 7/9/2009 6:04 AM:
> IBM 2x1.8g power5 (i think) 100 users logged in
> 2.5 seconds
>
> Ron Hutchings wrote:
>> IBM BOX (OLDER)
>> PICK.FORMAT
>> 10.0.11
>> 6.9377 seconds
>>
>> Linux box
>> PICK.FORMAT
>> 10.2.0
>> 0.3522 seconds
>>
>>  
>>> Date: Thu, 9 Jul 2009 11:20:25 +0800
>>> From: [email protected]
>>> To: [email protected]
>>> Subject: Re: [U2] General guidelines on indexing
>>>
>>>
>>> I just tried this example on Universe 10.2.6 - it took 0.0665
seconds -
>>> basically instant, can't complain about that.
>>>  
>>>
>>> -----Original Message-----
>>> From: [email protected]
>>> [mailto:[email protected]] On Behalf Of Martin
>>> Phillips
>>> Sent: Thursday, 9 July 2009 12:59 AM
>>> To: U2 Users List
>>> Subject: Re: [U2] General guidelines on indexing
>>>
>>>
>>> By way of a simple expample, I just tried the following program...
>>>    s = ''
>>>    z = str('*', 1000)
>>>    t1 = time()
>>>    for i = 1 to 100000
>>>       s<-1> = z
>>>    next i
>>>    t2 = time()
>>>    crt t2 - t1
>>>
>>> This took six seconds on QM but 32 minutes on UniVerse.
>>>
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to