Subject | Re: Performance tuning large FDB |
---|---|
Author | Ali Gökçen |
Post date | 2006-01-20T13:20Z |
just another trick for you:
Try to do format your disk same as your db page size.
Your DBfile big anough for 16K pagesize.
Format your disk with 16K blocks and restore your db as 16Kpages
will dramatically increase performance i think.
I am not familiar with it but, linux formats discs default <=1K,
you can check it with disk commands.
Ali
Try to do format your disk same as your db page size.
Your DBfile big anough for 16K pagesize.
Format your disk with 16K blocks and restore your db as 16Kpages
will dramatically increase performance i think.
I am not familiar with it but, linux formats discs default <=1K,
you can check it with disk commands.
Ali