- Notifications
You must be signed in to change notification settings - Fork5
Commit0e0793a
committed
Add:
>> * Allow buffered WAL writes and fsync>> Instead of guaranteeing recovery of all committed transactions, this> would provide improved performance by delaying WAL writes and fsync> so an abrupt operating system restart might lose a few seconds of> committed transactions but still be consistent. We could perhaps> remove the 'fsync' parameter (which results in an an inconsistent> database) in favor of this capability.1 parentb681bf9 commit0e0793a
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
715 | 715 |
| |
716 | 716 |
| |
717 | 717 |
| |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
718 | 727 |
| |
719 | 728 |
| |
720 | 729 |
| |
|
0 commit comments
Comments
(0)