- Notifications
You must be signed in to change notification settings - Fork5
Commit1b73681
committed
Add:
>> * Allow control over which tables are WAL-logged>> Allow tables to bypass WAL writes and just fsync() dirty pages on> commit. To do this, only a single writer can modify the table, and> writes must happen only on new pages. Readers can continue accessing> the table. Another option is to avoid transaction logging entirely> and truncate or drop the table on crash recovery. These should be> implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |> TRUNCATE | STABLE | DEFAULT ]. [wallog]1 parent33cd270 commit1b73681
2 files changed
+21
-2
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
1014 | 1014 |
| |
1015 | 1015 |
| |
1016 | 1016 |
| |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
1017 | 1027 |
| |
1018 | 1028 |
| |
1019 | 1029 |
| |
|
Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
918 | 918 |
| |
919 | 919 |
| |
920 | 920 |
| |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
921 | 930 |
| |
922 | 931 |
| |
923 | 932 |
| |
|
0 commit comments
Comments
(0)