Board index » off-topic » BDE Settings for optimum performance.
|
Robert Bravery
Delphi Developer |
|
Robert Bravery
Delphi Developer |
BDE Settings for optimum performance.2005-04-20 10:02:11 PM off-topic0 HI all, I remember a while ago there was a document detailing various setting in the BDE and how one can fine tune them to squeeze performance, and increase stability out of the BDE. Does any 1 know where I can find any documentation on theses bde settings. Thanks Robert |
| Steven Green
Delphi Developer |
2005-04-21 05:03:30 AM
Re:BDE Settings for optimum performance.
Robert Bravery wrote:
QuoteI remember a while ago there was a document detailing various setting in the it came out of the box.. Diamond Software Group www.diamondsg.com/main.htm Paradox Support & Sales - Corel CTech Paradox --------------------------------------------------- Diamond Sports Gems www.diamondsg.com/gemsmain.htm Trading Cards and other Sports Memorabilia --------------------------------------------------- |
| Bill Todd
Delphi Developer |
2005-04-21 07:20:46 AM
Re:BDE Settings for optimum performance.
What database are you using?
-- Bill Todd (TeamB) TeamB cannot answer questions received via email Robert Bravery wrote: QuoteHI all, {smallsort} |
| Robert Bravery
Delphi Developer |
2005-04-21 02:22:07 PM
Re:BDE Settings for optimum performance.
HI Bill,
I am using a mix, MS SQL, Firebird, and local dbase tables Thanks Robert "Bill Todd" < XXXX@XXXXX.COM >wrote in message QuoteWhat database are you using? |
| Robert Bravery
Delphi Developer |
2005-04-21 02:23:03 PM
Re:BDE Settings for optimum performance.
HI Steven,
Yes I realise that a lot of performance relies on app design. If the BDE does not reqire configuration, why the have the ability. Robert "Steven Green" < XXXX@XXXXX.COM >wrote in message QuoteRobert Bravery wrote: |
| Bill Todd
Delphi Developer |
2005-04-22 12:40:59 AM
Re:BDE Settings for optimum performance.
If you look at the settings in BDE Administrator you will discover that
there is almost nothing to configure that relates to performance. You can set the MaxBuffSize to 16 megabytes to provide plenty of cache memory. For the SQL database servers you may see some performance improvement if you turn Schema Caching on. However, I would leave it off unless you do see noticable improvment. -- Bill Todd (TeamB) TeamB cannot answer questions received via email |
| Robert Bravery
Delphi Developer |
2005-04-22 02:02:44 AM
Re:BDE Settings for optimum performance.
Hi Bill,
Thanks for the reply. Robert |
