forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7a4c34c
committed
Add description for concurrent sequential scans:
> 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.1 parent5b05185 commit7a4c34c
2 files changed
+11
-2
lines changedLines changed: 5 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 |
| |
| |||
740 | 740 |
| |
741 | 741 |
| |
742 | 742 |
| |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
743 | 747 |
| |
744 | 748 |
| |
745 | 749 |
| |
|
Lines changed: 6 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 |
| |
| |||
677 | 677 |
| |
678 | 678 |
| |
679 | 679 |
| |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
680 | 685 |
| |
681 | 686 |
| |
682 | 687 |
| |
|
0 commit comments
Comments
(0)