2011/6/9 Håvard Wahl Kongsgård <haavard(dot)kongsgaard(at)gmail(dot)com>:
> To improve the write performance, what are my options?
add more ram. add more checkpoint segments. get faster disks. reduce
the number of indexes you have. split your big tables into smaller
partitions.
which of these may work depends on your exact problem. we don't know
what that is.