forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4bce7e
committed
Add URL for:
* Do async I/O for faster random read-ahead of data Async I/O allows multiple I/O requests to be sent to the disk with results coming back asynchronously.>http://archives.postgresql.org/pgsql-performance/2007-09/msg00255.php1 parentda6a707 commitf4bce7e
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
1544 | 1544 |
| |
1545 | 1545 |
| |
1546 | 1546 |
| |
| 1547 | + | |
1547 | 1548 |
| |
1548 | 1549 |
| |
1549 | 1550 |
| |
|
Lines changed: 2 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 |
| |
| |||
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 | 1344 |
| |
| 1345 | + | |
1345 | 1346 |
| |
1346 | 1347 |
| |
1347 | 1348 |
| |
|
0 commit comments
Comments
(0)