Difference between revisions of "CS6093/Selected Papers and Topics"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
http://www.oracle.com/technetwork/database/focus-areas/storage/total-recall-whitepaper-171749.pdf | http://www.oracle.com/technetwork/database/focus-areas/storage/total-recall-whitepaper-171749.pdf | ||
== | Additional Suggested Reading: | ||
* [http://www.soe.ucsc.edu/~wctan/papers/2007/pdb-ieee.pdf Provenance in Databases: Past, Current, and Future] W. Tan. IEEE Data Engineering Bulletin. | |||
== Graph Indexing == | |||
* [http://www.cs.nyu.edu/shasha/papers/graphgrep/pods2002.pdf Algorithmics and Applications of Tree and Graph Searching] D. Shasha, J. T. L. Wang, and R. Giugno. PODS 2002. | |||
* [http://www.vldb.org/conf/2007/papers/research/p938-zhao.pdf Graph Indexing: Tree + Delta >= Graph] P. Zhao, J. X. Yu, and P. S. Yu. VLDB 2007. | |||
* [http://www.cs.ucsb.edu/~dbl/papers/he_icde_2006.pdf Closure-Tree: An Index Structure for Graph Queries] H. He and A. K. Singh. ICDE 2006. | |||
* [graph-matching-vldbj2011] Answering pattern match queries in large graph databases via graph embedding | |||
Lei Zou, Lei Chen, M. Tamer Özsu and Dongyan Zhao | |||
== Provenance Applications: Reproducible Publications == | == Provenance Applications: Reproducible Publications == | ||
- papers from challenge | |||
== Web Schema Matching and Integration == | == Web Schema Matching and Integration == | ||
== NoSQL Databases == | == NoSQL Databases == | ||
* Intro to Hadoop | |||
* Languages | |||
== Relational Data on the Web == | == Relational Data on the Web == |
Revision as of 20:52, 7 February 2012
Provenance and Databases
- Peter Buneman, Sanjeev Khanna, Wang Chiew Tan: Why and Where: A Characterization of Data Provenance. ICDT 2001: 316-330
http://db.cis.upenn.edu/DL/whywhere.pdf
- A. Das Sarma, M. Theobald, and J. Widom. LIVE: A Lineage-Supported Versioned DBMS. Proceedings of the 22nd International Conference on Scientific and Statistical Database Management, Heidelberg, Germany, June 2010.
http://ilpubs.stanford.edu:8090/926/1/versioning-TR.pdf
- Total Recall | Oracle Database
http://www.oracle.com/technetwork/database/focus-areas/storage/total-recall-whitepaper-171749.pdf
Additional Suggested Reading:
- Provenance in Databases: Past, Current, and Future W. Tan. IEEE Data Engineering Bulletin.
Graph Indexing
- Algorithmics and Applications of Tree and Graph Searching D. Shasha, J. T. L. Wang, and R. Giugno. PODS 2002.
- Graph Indexing: Tree + Delta >= Graph P. Zhao, J. X. Yu, and P. S. Yu. VLDB 2007.
- Closure-Tree: An Index Structure for Graph Queries H. He and A. K. Singh. ICDE 2006.
- [graph-matching-vldbj2011] Answering pattern match queries in large graph databases via graph embedding
Lei Zou, Lei Chen, M. Tamer Özsu and Dongyan Zhao
Provenance Applications: Reproducible Publications
- papers from challenge
Web Schema Matching and Integration
NoSQL Databases
- Intro to Hadoop
- Languages