no more xxx's have references in place.
This commit is contained in:
parent
5d62e0c0df
commit
4059127ebd
8 changed files with 852 additions and 306 deletions
BIN
doc/rosePaper/4R-throughput.pdf
Normal file
BIN
doc/rosePaper/4R-throughput.pdf
Normal file
Binary file not shown.
BIN
doc/rosePaper/average-ms-tup.pdf
Normal file
BIN
doc/rosePaper/average-ms-tup.pdf
Normal file
Binary file not shown.
BIN
doc/rosePaper/average-throughput.pdf
Normal file
BIN
doc/rosePaper/average-throughput.pdf
Normal file
Binary file not shown.
BIN
doc/rosePaper/instantaneous-ms-tup.pdf
Normal file
BIN
doc/rosePaper/instantaneous-ms-tup.pdf
Normal file
Binary file not shown.
BIN
doc/rosePaper/instantaneous-throughput.pdf
Normal file
BIN
doc/rosePaper/instantaneous-throughput.pdf
Normal file
Binary file not shown.
|
@ -1,9 +1,128 @@
|
||||||
@ARTICLE{bowman:reasoning,
|
@inproceedings{compExec,
|
||||||
AUTHOR = "Mic Bowman and Saumya K. Debray and Larry L. Peterson",
|
author = {Daniel Abadi and Samuel Madden and Miguel Ferreira},
|
||||||
TITLE = "Reasoning About Naming Systems",
|
title = {Integrating compression and execution in column-oriented database systems},
|
||||||
JOURNAL = "ACM Trans. Program. Lang. Syst.",
|
booktitle = {SIGMOD '06: Proceedings of the 2006 ACM SIGMOD international conference on Management of data},
|
||||||
VOLUME = {15},
|
year = {2006},
|
||||||
NUMBER = {5},
|
isbn = {1-59593-434-0},
|
||||||
PAGES = {795-825},
|
pages = {671--682},
|
||||||
MONTH = "November",
|
location = {Chicago, IL, USA},
|
||||||
YEAR = {1993} }
|
doi = {http://doi.acm.org/10.1145/1142473.1142548},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
}
|
||||||
|
@inproceedings{pfor,
|
||||||
|
author = {Marcin Zukowski and Sandor Heman and Niels Nes and Peter Boncz},
|
||||||
|
title = {Super-Scalar RAM-CPU Cache Compression},
|
||||||
|
booktitle = {ICDE '06: Proceedings of the 22nd International Conference on Data Engineering (ICDE'06)},
|
||||||
|
year = {2006},
|
||||||
|
isbn = {0-7695-2570-9},
|
||||||
|
pages = {59},
|
||||||
|
doi = {http://dx.doi.org/10.1109/ICDE.2006.150},
|
||||||
|
publisher = {IEEE Computer Society},
|
||||||
|
address = {Washington, DC, USA},
|
||||||
|
}
|
||||||
|
@article{lsm,
|
||||||
|
title={{The log-structured merge-tree (LSM-tree)}},
|
||||||
|
author={O'Neil, P. and Cheng, E. and Gawlick, D. and O'Neil, E.},
|
||||||
|
journal={Acta Informatica},
|
||||||
|
volume={33},
|
||||||
|
number={4},
|
||||||
|
pages={351--385},
|
||||||
|
year={1996},
|
||||||
|
publisher={Springer-Verlag New York, Inc. Secaucus, NJ, USA}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{rowImplementationPerf,
|
||||||
|
author = {Till Westmann and Donald Kossmann and Sven Helmer and Guido Moerkotte},
|
||||||
|
title = {The implementation and performance of compressed databases},
|
||||||
|
journal = {SIGMOD Rec.},
|
||||||
|
volume = {29},
|
||||||
|
number = {3},
|
||||||
|
year = {2000},
|
||||||
|
issn = {0163-5808},
|
||||||
|
pages = {55--67},
|
||||||
|
doi = {http://doi.acm.org/10.1145/362084.362137},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{bTreeHighUpdateRates,
|
||||||
|
author = {Goetz Graefe},
|
||||||
|
title = {B-tree indexes for high update rates},
|
||||||
|
journal = {SIGMOD Rec.},
|
||||||
|
volume = {35},
|
||||||
|
number = {1},
|
||||||
|
year = {2006},
|
||||||
|
issn = {0163-5808},
|
||||||
|
pages = {39--44},
|
||||||
|
doi = {http://doi.acm.org/10.1145/1121995.1122002},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
}
|
||||||
|
@article{concurrencyControl,
|
||||||
|
author = {Philip A. Bernstein and Nathan Goodman},
|
||||||
|
title = {Concurrency Control in Distributed Database Systems},
|
||||||
|
journal = {ACM Comput. Surv.},
|
||||||
|
volume = {13},
|
||||||
|
number = {2},
|
||||||
|
year = {1981},
|
||||||
|
issn = {0360-0300},
|
||||||
|
pages = {185--221},
|
||||||
|
doi = {http://doi.acm.org/10.1145/356842.356846},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
}
|
||||||
|
@inproceedings{onlineMerging,
|
||||||
|
author = {Xiaowei Sun and Rui Wang and Betty Salzberg and Chendong Zou},
|
||||||
|
title = {Online B-tree merging},
|
||||||
|
booktitle = {SIGMOD '05: Proceedings of the 2005 ACM SIGMOD international conference on Management of data},
|
||||||
|
year = {2005},
|
||||||
|
isbn = {1-59593-060-4},
|
||||||
|
pages = {335--346},
|
||||||
|
location = {Baltimore, Maryland},
|
||||||
|
doi = {http://doi.acm.org/10.1145/1066157.1066196},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
}
|
||||||
|
@inproceedings{cidrPartitionedBTree,
|
||||||
|
author = {Goetz Graefe},
|
||||||
|
title = {Sorting And Indexing With Partitioned B-Trees},
|
||||||
|
booktitle = {CIDR},
|
||||||
|
year = {2003},
|
||||||
|
ee = {http://www-db.cs.wisc.edu/cidr/cidr2003/program/p1.pdf},
|
||||||
|
bibsource = {DBLP, http://dblp.uni-trier.de}
|
||||||
|
}
|
||||||
|
@inproceedings{bitsForChronos,
|
||||||
|
author = {Allison L. Holloway and Vijayshankar Raman and Garret Swart and David J. DeWitt},
|
||||||
|
title = {How to barter bits for chronons: compression and bandwidth trade offs for database scans},
|
||||||
|
booktitle = {SIGMOD '07: Proceedings of the 2007 ACM SIGMOD international conference on Management of data},
|
||||||
|
year = {2007},
|
||||||
|
isbn = {978-1-59593-686-8},
|
||||||
|
pages = {389--400},
|
||||||
|
location = {Beijing, China},
|
||||||
|
doi = {http://doi.acm.org/10.1145/1247480.1247525},
|
||||||
|
publisher = {ACM},
|
||||||
|
address = {New York, NY, USA},
|
||||||
|
}
|
||||||
|
@Misc{hdBench,
|
||||||
|
key = {Storage Review},
|
||||||
|
author = {StorageReview.com},
|
||||||
|
title = {Seagate Barracuda 750ES},
|
||||||
|
howpublished = {http://www.storagereview.com/ST3750640NS.sr},
|
||||||
|
month = {12},
|
||||||
|
year = {2006},
|
||||||
|
OPTnote = {},
|
||||||
|
OPTannote = {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Misc{nssl,
|
||||||
|
key = {National Severe},
|
||||||
|
OPTauthor = {},
|
||||||
|
OPTtitle = {},
|
||||||
|
howpublished = {National Severe Storms Laboratory Historical Weather Data Archives, Norman, Oklahoma, from their Web site at http://data.nssl.noaa.gov},
|
||||||
|
OPTmonth = {},
|
||||||
|
OPTyear = {},
|
||||||
|
OPTnote = {},
|
||||||
|
OPTannote = {}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
0
doc/rosePaper/width
Normal file
0
doc/rosePaper/width
Normal file
Loading…
Reference in a new issue