- Notifications
You must be signed in to change notification settings - Fork5
Commita3e3389
committed
Done:
< * Allow sequential scans to take advantage of other concurrent> * -Allow sequential scans to take advantage of other concurrent<< One possible implementation is to start sequential scans from the lowest< numbered buffer in the shared cache, and when reaching the end wrap< around to the beginning, rather than always starting sequential scans< at the start of the table.<<http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php<http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php<http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php<http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php<1 parenta04a423 commita3e3389
2 files changed
+4
-25
lines changedLines changed: 2 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
1132 | 1132 |
| |
1133 | 1133 |
| |
1134 | 1134 |
| |
1135 |
| - | |
| 1135 | + | |
1136 | 1136 |
| |
1137 |
| - | |
1138 |
| - | |
1139 |
| - | |
1140 |
| - | |
1141 |
| - | |
1142 |
| - | |
1143 |
| - | |
1144 |
| - | |
1145 |
| - | |
1146 |
| - | |
1147 |
| - | |
1148 | 1137 |
| |
1149 | 1138 |
| |
1150 | 1139 |
| |
|
Lines changed: 2 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 |
| - | |
| 1013 | + | |
1014 | 1014 |
| |
1015 |
| - | |
1016 |
| - | |
1017 |
| - | |
1018 |
| - | |
1019 |
| - | |
1020 |
| - | |
1021 |
| - | |
1022 |
| - | |
1023 |
| - | |
1024 |
| - | |
1025 | 1015 |
| |
1026 | 1016 |
| |
1027 | 1017 |
| |
|
0 commit comments
Comments
(0)