diff options
| author | msabhi <abhi.is2006@gmail.com> | 2016-12-16 14:49:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-16 14:49:14 -0500 |
| commit | c616d99653c65977c505cff93a7b8798a161914a (patch) | |
| tree | 9c97208c8883b79fc3ee75a5d0607cac3babbda6 /_bibliography/big-data.bib | |
| parent | 6b5c09d2e9508b0cf02e7225b8c56068779d6422 (diff) | |
Adding bib text for BSP and Map reduce joins
Diffstat (limited to '_bibliography/big-data.bib')
| -rw-r--r-- | _bibliography/big-data.bib | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_bibliography/big-data.bib b/_bibliography/big-data.bib index 599b3c9..85679e2 100644 --- a/_bibliography/big-data.bib +++ b/_bibliography/big-data.bib @@ -206,3 +206,23 @@ year={2012}, publisher={Springer} } + +@article{valiant1990bridging, + title={A bridging model for parallel computation}, + author={Valiant, Leslie G}, + journal={Communications of the ACM}, + volume={33}, + number={8}, + pages={103--111}, + year={1990}, + publisher={ACM} +} + +@inproceedings{okcan2011processing, + title={Processing theta-joins using MapReduce}, + author={Okcan, Alper and Riedewald, Mirek}, + booktitle={Proceedings of the 2011 ACM SIGMOD International Conference on Management of data}, + pages={949--960}, + year={2011}, + organization={ACM} +} |
