diff --git a/wal.sgml b/wal.sgml index 0afb9d6..af594b8 100644 --- a/wal.sgml +++ b/wal.sgml @@ -378,7 +378,7 @@ committing at about the same time. Setting commit_delay can only help when there are many concurrently committing transactions, and it is difficult to tune it to a value that actually helps rather - than hurt throughput. + than hurts throughput. @@ -533,7 +533,7 @@ space for the new record, LogInsert will have to write (move to kernel cache) a few filled WAL buffers. This is undesirable because LogInsert - is used on every database low level modification (for example, row + is used on every database row level modification (for example, row insertion) at a time when an exclusive lock is held on affected data pages, so the operation needs to be as fast as possible. What is worse, writing WAL buffers might also force the -- 1.7.4.1