Implementing sorting in database systems

  • Authors:
  • Goetz Graefe

  • Affiliations:
  • Microsoft, Redmond, WA

  • Venue:
  • ACM Computing Surveys (CSUR)
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Most commercial database systems do (or should) exploit many sorting techniques that are publicly known, but not readily available in the research literature. These techniques improve both sort performance on modern computer systems and the ability to adapt gracefully to resource fluctuations in multiuser operations. This survey collects many of these techniques for easy reference by students, researchers, and product developers. It covers in-memory sorting, disk-based external sorting, and considerations that apply specifically to sorting in database systems.