Subject Re: Optimizing Firebird for SSD
Author Doychin
Small size is actually value between 128-256 pages which is much more then what CS has now as default value.

>
> Be careful with that because Firebird will copy pages to its cache
> before referencing their contents. If you make the database cache too
> small, you'll spend a lot of cycles doing memory to memory copies.
> Lots cheaper than disk reads, of course, but not free.
>
> Good luck,
>
> Ann
>