Subject | Re: Best OS tu use with Firebird ?? |
---|---|
Author | Adam |
Post date | 2006-06-14T03:31:51Z |
--- In firebird-support@yahoogroups.com, Thomas Miller <tmiller@...>
wrote:
though if it is on the same hard disk(s) because the head has to keep
jumping around between the database file and the tmp space.
Look at the spec for any hard disk, and 'seek time' is significant.
Most of them can pump data at an extremely high rate, yet seek time
can be nearly 10ms! In 10ms, my laptop does 14 million clock cycles.
So as you can see, this jumping is very expensive.
overkill, but it can really reduce bottlenecks in others.
Adam
wrote:
>Sorts etc, expecially when you run out of RAM. It is a double insult
> What do these tmp files do?
though if it is on the same hard disk(s) because the head has to keep
jumping around between the database file and the tmp space.
Look at the spec for any hard disk, and 'seek time' is significant.
Most of them can pump data at an extremely high rate, yet seek time
can be nearly 10ms! In 10ms, my laptop does 14 million clock cycles.
So as you can see, this jumping is very expensive.
> Would it be advisable to get another hard diskIt really depends on situation to situation. For some databases, it is
> just for the Linux OS and Tmp files and then use the RAID for the
> database files.
> That is often suggested for Oracle.
overkill, but it can really reduce bottlenecks in others.
Adam