Subject | Re: [firebird-support] Server and DB page sizes and memory |
---|---|
Author | Ann W. Harrison |
Post date | 2006-11-10T17:18:04Z |
Erik,
that when a run gets to that size, it's written to disk. The upper
limit is just for merging the runs (I think).
Regards,
Ann
>The SortMemBlockSize limits the length of a sorted run ... and I think
> Currently I'm using
> SortMemBlockSize = 1048576 (Default)
> SortMemUpperLimit = 1073741824 (1G)
>
> It didn't seem to me like increasing the SortMemBlockSize should make
> much of a performance difference by reading the description, but perhaps
> I'm wrong?
that when a run gets to that size, it's written to disk. The upper
limit is just for merging the runs (I think).
>Can you tell us more about the write operations?
> I'm still getting fairly slow write performance however... I would hope
> 5 discs in raid-0 could update 4.5 million records in less than around
> 10 minutes, but apparently not.
>
Regards,
Ann