forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8dd602e
committed
Update mmap details:
< portability issues. Anonymous mmap is required to prevent I/O< overhead.> portability issues. Anonymous mmap (or mmap to /dev/zero) is required> to prevent I/O overhead.>> * Consider mmap()'ing files into a backend?>> Doing I/O to large tables would consume a lot of address space or> require frequent mapping/unmapping. Extending the file also causes> mapping problems that might require mapping only individual pages,> leading to thousands of mappings. Another problem is that there is no> way to _prevent_ I/O to disk from the dirty shared buffers so changes> could hit disk before WAL is written.1 parentd9ab482 commit8dd602e
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
819 | | - | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
820 | 829 | | |
821 | 830 | | |
822 | 831 | | |
| |||
0 commit comments
Comments
(0)