Re: FreeBSD UFS & fsync

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Mar 12, 2021 at 10:09 PM Luca Ferrari <fluca1978@xxxxxxxxx> wrote:
>        fdatasync                         16269.365 ops/sec      61 usecs/op
>        fsync                              8471.429 ops/sec     118 usecs/op

> Non-sync'ed 8kB writes:
>        write                            278484.510 ops/sec       4 usecs/op

> tps = 136.963971 (excluding connections establishing)

It looks like your system is performing very badly for some other
reason, so that synchronous I/O waits are only a small proportion of
the time, and thus fsync=off doesn't speed things up very much.  I'd
look into profiling the system to try to figure out what it's doing...
maybe it's suffering from super slow hypercalls for gettimeofday(), or
something like that?





[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux