forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcda598e
committed
Move item to proper section:
< * Experiment with multi-threaded backend better resource utilization<< This would allow a single query to make use of multiple CPU's or< 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.<> * Experiment with multi-threaded backend better resource utilization>> This would allow a single query to make use of multiple CPU's or> 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 parent012786a commitcda598e
2 files changed
+16
-17
lines changedLines changed: 8 additions & 9 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 |
| |
| |||
1232 | 1232 |
| |
1233 | 1233 |
| |
1234 | 1234 |
| |
1235 |
| - | |
1236 |
| - | |
1237 |
| - | |
1238 |
| - | |
1239 |
| - | |
1240 |
| - | |
1241 |
| - | |
1242 |
| - | |
1243 | 1235 |
| |
1244 | 1236 |
| |
1245 | 1237 |
| |
| |||
1391 | 1383 |
| |
1392 | 1384 |
| |
1393 | 1385 |
| |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
1394 | 1393 |
| |
1395 | 1394 |
| |
1396 | 1395 |
| |
|
Lines changed: 8 additions & 8 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 |
| |
| |||
1090 | 1090 |
| |
1091 | 1091 |
| |
1092 | 1092 |
| |
1093 |
| - | |
1094 |
| - | |
1095 |
| - | |
1096 |
| - | |
1097 |
| - | |
1098 |
| - | |
1099 |
| - | |
1100 | 1093 |
| |
1101 | 1094 |
| |
1102 | 1095 |
| |
| |||
1230 | 1223 |
| |
1231 | 1224 |
| |
1232 | 1225 |
| |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
1233 | 1233 |
| |
1234 | 1234 |
| |
1235 | 1235 |
| |
|
0 commit comments
Comments
(0)