forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab9e0e7
committed
Add shared tuplestores.
SharedTuplestore allows multiple participants to write into it andthen read the tuples back from it in parallel. Each reader receivespartial results.For now it always uses disk files, but other buffering policies andother kinds of scans (ie each reader receives complete results) may beuseful in future.The upcoming parallel hash join feature will use this facility.Author: Thomas MunroReviewed-By: Peter Geoghegan, Andres Freund, Robert HaasDiscussion:https://postgr.es/m/CAEepm=2W=cOkiZxcg6qiFQP-dHUe09aqTrEMM7yJDrHMhDv_RA@mail.gmail.com1 parent25d5326 commitab9e0e7
File tree
6 files changed
+699
-1
lines changed- src
- backend
- storage/lmgr
- utils/sort
- include
- storage
- utils
- tools/pgindent
6 files changed
+699
-1
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
| 519 | + | |
| 520 | + | |
519 | 521 |
| |
520 | 522 |
| |
521 | 523 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
0 commit comments
Comments
(0)