Subject | Re: [firebird-support] Optimizing Firebird for SSD |
---|---|
Author | Alexey Kovyazin |
Post date | 2011-12-16T14:00:26Z |
Hello,
Can you please be more specific in defining the problem?
How many records you are inserting or updating per second, how many
users do inserts/updates, how transactions are organized?
I suspect that SSD is an attempt to hide real problem behind hardware
improvements.
Regards,
Alexey Kovyazin
IBSurgeon
>The problem is with write operations. They take to much time and thisis OLTP database so write should be very fast.
Can you please be more specific in defining the problem?
How many records you are inserting or updating per second, how many
users do inserts/updates, how transactions are organized?
I suspect that SSD is an attempt to hide real problem behind hardware
improvements.
Regards,
Alexey Kovyazin
IBSurgeon
> hi guys,[Non-text portions of this message have been removed]
>
> I'm having this setup here:
>
> linux 64 bit server with RAID 5 for database storage. My database is
> stored on raw device.
>
> Right now I'm using FW=ON for this setup.
>
> any ideas how to optimize performance for this configuration?
>
> The problem is with write operations. They take to much time and this
> is OLTP database so write should be very fast.
>
> I'm considering the option to migrate this RAID back to HDD in order
> to speed up write operations.
>
> I'm also considering the option of FW=OFF with MaxUnflushedWrites set
> to some low value like 100 and MaxUnflushedWriteTime set to 4-5 seconds.
>
> Any other ideas?
>
> Also what will be the effect if I use the above mentioned settings on
> the page writes that contain completed transactions?
>
> Thanks in advance
>
>