forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9204980
committed
Update:
< multiple I/O channels simultaneously.> multiple I/O channels simultaneously. One idea is to create a> background reader that can pre-fetch sequential and index scan> pages needed by other backends. This could be expanded to allow> concurrent reads from multiple devices in a partitioned table.1 parent49a7610 commit9204980
2 files changed
+10
-4
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 |
| - | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
1016 | 1019 |
| |
1017 | 1020 |
| |
1018 | 1021 |
| |
|
Lines changed: 5 additions & 2 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 |
| |
| |||
915 | 915 |
| |
916 | 916 |
| |
917 | 917 |
| |
918 |
| - | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
919 | 922 |
| |
920 | 923 |
| |
921 | 924 |
| |
|
0 commit comments
Comments
(0)