| Author |
DBASE adds slow down at XP
|
|
| polic@vtc.ru 2006-08-11, 7:55 am |
| Did anybody find the solution on the problem of veeeery slow adds
records for DBASE driver under Windws XP?
| |
| ChaosKCW 2006-08-14, 6:55 pm |
| Hi
I have a found a lot of software which becomes very very slow on XP
SP2, the key is SP2!. Not SP1. And the solution is always to turn off
System Restore. Dont ask me how a program which doesnt use system
restore can be slowed down by it being on, but it happens.
polic@vtc.ru wrote:
> Did anybody find the solution on the problem of veeeery slow adds
> records for DBASE driver under Windws XP?
| |
| IGM-Man 2006-08-18, 7:56 am |
| You could be experiencing the same thing that happens with the CLARION
file type: The OS is told to basically close after each write.I found
this somewhere when I first switched but basically it was a fix to
ensure that the disk cache did not cause problems. It effects all the
xbase type file formats. In your case where you are doing a bunch of
adds or other manipluations that are going to tinker with the indexes,
STREAM the file and then remember to FLUSH the file when done.
Good Luck.
|
|
|
|