My name is Zheng Li, a UMass Lowell graduate student. I spent the summer as an internship at VoltDB. Over the summer, I primarily worked on two VoltDB features, both related to query plans. The features are:
- Explain plan command
- Planner testing tool
A query plan is an ordered set of steps used to access or modify information in a SQL relational database management system (see http://en.wikipedia.org/wiki/Query_plan). Understanding query plans is important because the first plan chosen to execute will directly affect the query execution time. Both … Read more

