Search found 22 matches: instantaneous

Return to advanced search

Re: RAO advice on using Mysql

... ) } )   oCn:Close()return nil https://imagizer.imageshack.com/img922/6467/26nhV6.gif Also see how instantaneous is the retotaling of 4 million records when one row is modified.
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 973

Re: Peer to Peer, NAS and NTX -> CDX

... networking ). For those who have higher requirements, my software is set to utilize Advantage Database Server ( ADS ) and response time is instantaneous. Tim
by TimStone
Thu Dec 17, 2020 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3332

Re: OT Optimizar query MySql

... one second or less. If this is the speed we obtained on a very slow server with a table containing 1,000,000 records, you should be able to get instantaneous response from 60,000 records on a better server. Though we used FWH built-in library for this sample, we get the same speed whatever the ...
by nageswaragunupudi
Wed Mar 04, 2020 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5180

Re: Rpreview issues - PDF

... Linked libhpdf.lib provided to by Mr. Cristobal saying this to be the libharu.lib. Built and executed. The pdf file generation was instantaneous. This is my preview: https://imagizer.imageshack.com/v2/xq90/924/TvCE9t.png This is the pdf generated: https://imagizer.imageshack.com/v2/xq90/921/BGhjoh.png ...
by nageswaragunupudi
Thu May 09, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7328

Re: FWH: MySql/MariaDB: RowSet object

... alive. Toggling ascend and descend orders does not involve any physical sorting but only reverses the direction of navigation logic. This makes it instantaneous. Other libs read the complete data again from the server altering the ORDER BY clause. This may have performance implications on slow ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19536

Re: ADO SQL VISIBILITY

... otherwise optimize queries yielding small subsets, no body uses count(). Because primary-key is indexed max(primary-key) should be faster but not instantaneous like the query I suggested for sql-server. I go by your tests about the acceptability or otherwise of this approach from speed point of ...
by nageswaragunupudi
Tue Jun 30, 2015 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3480

Re: Migrating to Harbour

... means, as I browse up and down a list, the memo is displayed ( along with the other data fields ) in the upper half of the dialog. The display in instantaneous. Tim
by TimStone
Sat Dec 13, 2014 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44786

Re: Migrating to Harbour

... often a significant amount ) descriptions to invoices, plus all the disclaimers, etc. are all done with memo text ( memo fields ). The display is instantaneous. The printing is also incredibly fast. I don't know what you are doing, but as Antonio said, I see no reason why it should be slow. Tim
by TimStone
Fri Dec 12, 2014 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44786

Re: Network Issue

... address field and phone number field ( add email if you want ). All are indexed. Simply click on the header to change the type of search. It is instantaneous. Now, because its a browse, each of those columns is shown, so they are not unique. If its Smith on Oak Street, I can put in Smi and see ...
by TimStone
Tue Jan 14, 2014 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: Network Issue

... have up to 40 customers in a day. Some are new, and some are repeat. The numbers are in the thousands for customer records, and searches are all instantaneous. Jeff, my clients are auto repair shops. They need to track customers, verhicles, workorders, history and even accounting, and it must ...
by TimStone
Tue Jan 14, 2014 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: Network Issue

... repositions on the list. I display the list in the lower part of the dialog and data on top. ON CHANGE refreshes the gets. It's virtually instantaneous. CDX is optimized for filters if they need to be used. Sent from my iPad using Tapatalk HD
by TimStone
Sat Jan 11, 2014 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: Client Server options

... invoicing section, the program opens six .dbf files, with .fpt's and .cdx's, in a filtered mode. WIth peer to peer, this can be slow. With ADS its instantaneous. Since that is the area they spend the most time in each day, they see the performance boost. My issue had to do with a resellers account. ...
by TimStone
Wed May 23, 2012 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25013

Re: Program slow down

... It seems that COMMIT of Clipper 5.2e doesn't really write on disk. I just made the test using that version and it was almost instantaneous. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15019&p=77651&hilit=slow#p77651 I had a similar problem with XP as ...
by Otto
Wed Nov 10, 2010 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program slow down
Replies: 18
Views: 5554

Re: xBrowse + ADS = Slow Motion!

... all RDMSs. It is faster even on remote server (using client server ADS) because it is server side filter. You will feel really happy with the instantaneous response when applying this filter on very large tables on very slow connections. But we can not do what all we can do with WildMatch. ...
by nageswaragunupudi
Fri Jul 09, 2010 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + ADS = Slow Motion!
Replies: 14
Views: 4026

Re: Choosing SQL database ...

... then to the end. 4.- Very simple, just 3 times PgDown, then 3 times pageup to end were I started The loading of a complete record to show it, is instantaneous in both cases ( less than 0,0001 second) so I discarded it. I used 2 dbf's, one with 400.000 records, and the other with only 27.000, ...
by Adolfo
Mon Nov 02, 2009 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30315
Next

Return to advanced search