Search found 26 matches: improves

Return to advanced search

Re: Transaction security with DBF

... The closest thing I know of to rollback for .dbf files is to work with temporary files and then commit at the end It is a technique that greatly improves the referential apparatus in the event that a cut occurs. In any case, the rollback, as far as I know, does not exist in all bb.dd. and it ...
by hmpaquito
Fri Sep 09, 2022 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

Re: Advantage Database Server

... the great power for complex queries. Calculations are done on the server and only summary comes to server reducing network traffic and also highly improves speeds. Free from the limitations of DBFCDX, importantly size. Better performance with more concurrent users and larger tables. CONS: Cost ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3648

New FTDN December/Diciembre 2020 (FWH 20.12)

... should be enough for most applications. Where large computations are to be performed in large loops writing the code in C using these C functions improves the execution speed considerably.
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

Re: FWH: Support for Matrix calculations

... should be enough for most applications. Where large computations are to be performed in large loops writing the code in C using these C functions improves the execution speed considerably. Example: This code written using FW_Matrix() is taking 3.0 to 4.0 seconds for executing 10,000 times.   ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 719

Re: Mr Rao, slow to create xbrowse

... In this case, please remove all totals. We should never call oBrw:MakeTotals() for large tables (even for DBF). Let us see if the performance improves after completely removing totals and using Dolphin's pagination with page size of 100 or so. Once we achieve acceptable performance, then we ...
by nageswaragunupudi
Thu Jun 15, 2017 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr Rao, slow to create xbrowse(solved)...
Replies: 13
Views: 2023

Re: xbrowse slow

... create good indexes Its not possible, I have fwh 13.01 - Creating index on "DELETED()" and then "SET FILTER TO !DELETED()" improves performance on dbfs having many deleted records. I will try that - On network, smaller index files improves performance. Build indexes with ...
by artu01
Sat Mar 18, 2017 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3413

Re: xbrowse slow

... FW_CdxCreate( [fieldslist] ) helps create good indexes - Creating index on "DELETED()" and then "SET FILTER TO !DELETED()" improves performance on dbfs having many deleted records. - On network, smaller index files improves performance.
by nageswaragunupudi
Fri Mar 17, 2017 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3413

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... between the original and modified values and refreshes the footer without having the call MakeTotals() again. This recalculation feature highly improves the performance. Issues: However this recalculation feaure is used by xbrowse only when the value of a cell is modified with inline edit and ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5598

Re: New FTDN January/Enero 2016 (FWH 16.01)

... for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. This improves quality of image rendering. - Calling oBrw:Refresh() or any method which in turn calls the refresh method (eg. oCol:Hide(), etc ) before oBrw:Adjust() ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2153

New FTDN January/Enero 2016 (FWH 16.01)

... for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. This improves quality of image rendering. - Calling oBrw:Refresh() or any method which in turn calls the refresh method (eg. oCol:Hide(), etc ) before oBrw:Adjust() ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2153

Re: for Mr. Rao - xBrowse

... 3) if still necessary remove vertical scrollbar. dbf: 1) keep smaller index files. 2) SET FILTER TO !DELETED() and have an index tag on DELETED(). Improves performance when there are many deleted records. 3) if you are using filters, ensure that they are fully optimized.
by nageswaragunupudi
Sat May 02, 2015 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Rao - xBrowse
Replies: 4
Views: 658

Re: Bug in TBtnBmp

...     endif If you do oBtn:lBorder := .F. then you will avoid it (at least for a temporary solution) Please try it and lets see if the paiting improves, thanks :-)
by Antonio Linares
Mon Jun 23, 2014 5:13 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 15647

New FTDN March/Marzo 2013 (FWH 13.03)

... Code compacted. - Enhancement: Avoided unnecessary calls to Refresh() to improve performance, particulary at the time of initial display. This improves performance in case of slow access RDDs. - Enhancement: Protection is provided against inadvertent deletion or hiding of all columns by an ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2502

Re: Client Server options

... the great power for complex queries. Calculations are done on the server and only summary comes to server reducing network traffic and also highly improves speeds. Free from the limitations of DBFCDX, importantly size. Better performance with more concurrent users and larger tables. CONS: Cost ...
by Otto
Wed May 23, 2012 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25017

Re: slow xBrowse and ADS/AIS via Internet

Hi Lucas,

1. Issue cAlias->( AdsCacheRecords( <nRecs> ) ) or TABLE->( AdsCacheRecords( 50 ) ).. in my case, it improves the speed.
2. on your ads.ini:
[Settings]
COMPRESSION = Always
USE_TCP_IP = 1
PACKET_SIZE = 512 ;or 1024

This also improves my speed.


Kind regards,
by fraxzi
Tue Mar 13, 2012 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slow xBrowse and ADS/AIS via Internet
Replies: 12
Views: 4283
Next

Return to advanced search