Hello,

I'm wondering if, besides batching writes (writing less often, but
with larger chunks), there are other ways to improve write performance
to files opened in append mode (under Solaris with ZFS). I tried
posix_fallocate, with the purpose of pre allocating space and then
issue pwrite calls, but it seems unsupported for ZFS.

thanks

-- 
Filipe David Manana,
[email protected], [email protected]

"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."
_______________________________________________
zfs-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/zfs-code

Reply via email to