Back to index

Join Processing in Database Systems with Large Main Memories

Leonard D. Shapiro
North Dakota State University
Scribe: Zuyu Zhang

One-line Summary

This paper presents two things. One is performance modeling via a simple model (equation) that counts both I/O and CPU to answer questions like 2x faster and show trends (for what would be better). The other is how to find all things that match by 1) nest looping (comparing everything to everything), 2) using index, performing 3) merge join, 4) sorting, or 5) hashing.

Overview/Main Points