freebsd-performance
[Prev] Thread [Next] | [Prev] Date [Next]
Re: filesystem performance Mark Wong Wed May 06 08:04:01 2009
On Wed, May 6, 2009 at 2:25 AM, Anthony Pankov <[EMAIL PROTECTED]> wrote: > Hello Mark, > > May i ask a question while more expierenced people is waking up? > > I don't fully understand the target. For what filesystem should be > optimized? > > I expect a patterns of recorded IO calls when pgsql perform typical > operations with statistics and in-depth analysis. The angle we're trying to look at is from a sizing perspective. In order words we want to have an idea of what to expect before we do it. For example, if I have 10 drives, what can I expect if I configure them in a RAID 10 configuration? > Are you sure there is ą strong relation between fio benchmark result and > PostgreSQL performance? Sorry, this was something I was trying to make clearer originally. No, I don't think there is a strong relationship between fio and PostgreSQL, but these i/o patterns we are simulating do give us a rough estimate of we can expect. For example, in workloads with lots of update and inserts into a database will generate a lot of sequential writes to the database logs, which we can physically isolate onto it's own lun. Similarly, in some warehousing applications there may be a table that is always scanned and read sequential, which also can be on its own physical lun. Regards, Mark _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "[EMAIL PROTECTED]"
- filesystem performance Mark Wong
- Re: filesystem performance Anthony Pankov
- Re: filesystem performance Mark Wong <=
- Re: filesystem performance Florian Smeets
- Re: filesystem performance Mark Wong