Instructor: Alexander Dekhtyar, dekhtyar@csc.calpoly.edu, 14-215
Office Hours:
| Who | Where | |
Monday | Alex | 14-209 | |
Tuesday | 3:00pm - 4:00pm | Alex | 14-209 |
Wednsday | 9:00am - 12:00pm | Alex | 14-209 |
Thursday | 3:00pm - 4:00pm | Alex | 14-209 |
Additional appoinments: send email.
Final Exam Date: Thursday, June 12, 2008, 7:10am
Syllabus | Postscript | ||
Groups | HTML |
Project-related supplemental information
Overview | Postscript | [April 2, 2008] | ||
Index Structures | Postscript | [April 9, 2008] | ||
Stage 1 | Due: April 29 | Postscript | [April 9, 2008] | |
Stage 2 | Due: May 13 | Postscript | [April 28, 2008] | |
XPLite | Postscript | [May 14, 2008] | ||
Stage 3 | Due: June 5 | Postscript | [May 15, 2008] |
Lab 1 | Due: April 1, 2008 | SQL recap | Postscript | [April 1, 2008] | |
Lab 2 | Due: April 8, 2008 | XML recap | Postscript | [April 2, 2008] | |
Lab 3 | Due: April 15, 2008 | NEUStore | Postscript | [April 9, 2008] | |
Lab 4 | Due: April 24, 2008 | XML DOM | Postscript | [April 16, 2008] | |
Lab 5 | Due: May 8, 2008 | XPath | Postscript | [April 16, 2008] |
Lab Data
Lab 1 | BAKERY-setup.sql, BAKERY-insert.sql, BAKERY-drop.sql |
README, zip file of the BAKERY dataset (csv) | |
Results of queries | |
Lab 3 | list.txt |
Lab 4 | SAXtest.java (SAX parser test), MyContentHandler.java (used by SAXtest.java) |
text.xml (used by SAXtest.java) | |
DOMtest.java (DOM parser test), | |
Project, stage 2 | ClientSide.java (XpathPlus stub) ServerSide.java (MiniXBase stub) |
Project, stage 3 | tknizer.tar (an old tokenizer), tokenizer.txt (requirements spec) |
Lab 4 | XMLElementHistogram | test1.xml, Lexington.xml, SquashBeetle.xml, CakeryCafe.xml, molecules.xml (~130K) |
DFSOrder | test2.xml, Versailles.xml, subway.xml, lab02-sg07.xml, agencies.xml (~45K), hiwiki-stub.xml(~12 Meg) | |
XMLStructureIndex | test2.xml, subway.xml, | |
XMLAttributeExtract | test3.xml, subway.xml, lab02-icde06.xml | |
XMLContentExtract | test4.xml Versailles.xml, lab02-icde06.xml, 26464.xml | |
Project Stage 1 | TestCase1.java (ElementIndex), TestCase2.java (StructureIndex), TestCase3.java (ContentIndex), | |
TestCase4.java (AttributeIndex), TestCase5.java (XML document), TestCase6.java (1000 records) | ||
Stage 3 | icde-test.csh | lab02-icde06.xml |
JDBCTest.java
classes12.jar (JDBC driver)
Homework 1 | Due: May 1, 2008 | Postscript | [] | ||
Homework 1 | Due: May 1, 2008 | Postscript | [May 5, 2008] |
Lecture 1 | DBMS Organization | [March 30, 2008] | ||
Lecture 2 | Overview of Data Storage | Postscipt | [March 30, 2008] | |
Lecture 3 | Buffer Management | Postscipt | [March 30, 2008] | |
Lecture 4 | Storage of Relational Data | Postscipt | [March 30, 2008] | |
Lecture 5 | Management of data on disk | Postscipt | [March 30, 2008] | |
Lecture 6 | Index Structures: Part 1 | Postscipt | [March 30, 2008] | |
Lecture 7 | Index Structures: Part 2: B+-trees | Postscipt | [March 30, 2008] | |
Lecture 8 | Intro to Query Execution | Postscipt | [March 30, 2008] | |
Lecture 9 | Query Execution: One-pass algorithms | Postscipt | [March 30, 2008] | |
Lecture 10 | Query Execution: Nested Loop Join | Postscipt | [March 30, 2008] | |
Lecture 11 | Query Execution: Two-pass algorithms | Postscipt | [March 30, 2008] | |
Lecture 12 | Query Execution: Multi-pass algorithms | Postscipt | [March 30, 2008] | |
Lecture 13 | Query Execution: Review | Postscipt | [March 30, 2008] | |
Lecture 15 | Query Processing: Overview | Postscipt | [March 30, 2008] | |
Lecture 16 | Query Equivalences | Postscipt | [March 30, 2008] | |
Lecture 18 | Cost-Based Query Optimization | Postscipt | [March 30, 2008] | |
Lecture 19 | Transaction Processing | Postscipt | [March 30, 2008] | |
Lecture 20 | Concurrency Control | Postscipt | [March 30, 2008] | |
Lecture 21 | Crash Recovery | Postscipt | [March 30, 2008] |
Home page | HTML |
Download(version 1.3) | neustoreroot.tgz |
Documentation |
W3C Materials
XML Recommendation (1.0) | HTML | ||
Document Object Model (DOM) Level 1 | HTML | Postscript | |
Xpath 1.0 | HTML |
Lecture notes
Most lecture notes are taken from Fall 2007 CSC 560 class, although some had been written earlier for various database courses.
Intro to XML | Postscript | [March 30, 2008] | ||
XML Recommendation in a nutshell | Postscript | [March 30, 2008] | ||
Document Type Definitions | Postscript | [March 30, 2008] | ||
Document Object Model | Postscript | Powerpoint | [March 30, 2008] | |
Document Object Model | Powerpoint | [April 17, 2008] | ||
Storage of XML in Relational Databases (Shredding) | Postscript | [March 30, 2008] | ||
XPath | Postscript | [March 30, 2008] | ||
Evaluation of XPath Axes | Postscript | [March 30, 2008] |
CSC 560 XML indexing wiki | HTML | ||
Survey of XML indexing | |||
CSC 560 Bibliography | HTML |
Home page | HTML | ||
Documentation | HTML | ||
Documentation | HTML | ||
Downloads | HTML | Java JAR | EXE (MS Vista) |
SQL-92
Oracle
General Database Resources