Subject | Re: Hardware for the best Firebird performance |
---|---|
Author | Adam |
Post date | 2006-07-16T12:41:32Z |
--- In firebird-support@yahoogroups.com, "jasajona" <jasajona@...> wrote:
consider reliability, RAM, CPU, and drive speed.
minutes, it won't make a difference whether that is actually 9 or 11
minutes, so speed is not going to be the deciding factor.
Real 2 processors are preferable and Classic architecture will behave
better than Superserver.
garbage collection work is CPU intensive, so the faster the better.
resorting to temp files on disk is more of a benefit.
configurations. Whilst some people use RAID to increase read
performance, it is more usually used as a safety net if a hard disk fails.
I recommend hardware based RAID 5 with SCSI 15K hard drives. If that
is going to go beyond budget, then a hardware based SCSI RAID 1 mirror.
You could also use a separate physical drive to handle the OS and
dedicate the RAID to the database, but I think that would be overkill
for your scenario.
Classic allocates somewhere around 10MB per concurrent connection as a
default. Of course if you have very few connections and a dedicated
server, you can edit the cache sizes in firebird.conf and give each
connection 300MB, providing you have enough RAM.
If the total RAM in use exceeds the amount of RAM physically in the
system, you need to reduce the cache size as the cache is working
against you.
For such a modest task though, you could probably get away with a
standard desktop machine.
Adam
>That depends on what the database is for. Generally you need to
> Hello,
>
> What are most important things when choosing server hardware for
> Firebird?
consider reliability, RAM, CPU, and drive speed.
> There will be big database (500mb) with tons of storedThis is not a 'big' database. Given that the procedures take 10
> procedures that sometimes takes 10minutes to execute. There will be
> max ~5 simultanious connections.
minutes, it won't make a difference whether that is actually 9 or 11
minutes, so speed is not going to be the deciding factor.
>Toss a coin.
> I gues there should be 2 processors server. What to choose Intel or
> AMD. Dualcore or real two processor server?
Real 2 processors are preferable and Classic architecture will behave
better than Superserver.
> Processors cache, busDepends on your needs, doesn't have to be cutting edge, but a lot of
> speed, CPU Hz?
garbage collection work is CPU intensive, so the faster the better.
> What type of rocessor is the best?Not even going there.
> What feature isFaster RAM is good, but having enough to cache and sort without
> important for memory?
resorting to temp files on disk is more of a benefit.
> Do I need RAID, does it make sence if there willRAID is different to RAM. There are lots of different RAID
> be enough RAM?
configurations. Whilst some people use RAID to increase read
performance, it is more usually used as a safety net if a hard disk fails.
I recommend hardware based RAID 5 with SCSI 15K hard drives. If that
is going to go beyond budget, then a hardware based SCSI RAID 1 mirror.
You could also use a separate physical drive to handle the OS and
dedicate the RAID to the database, but I think that would be overkill
for your scenario.
Classic allocates somewhere around 10MB per concurrent connection as a
default. Of course if you have very few connections and a dedicated
server, you can edit the cache sizes in firebird.conf and give each
connection 300MB, providing you have enough RAM.
If the total RAM in use exceeds the amount of RAM physically in the
system, you need to reduce the cache size as the cache is working
against you.
For such a modest task though, you could probably get away with a
standard desktop machine.
Adam