Designing and Mining Multi-Terabyte Astronomy Archives: The Sloan Digital Sky Survey

  • Robert J. Brunner ,
  • ,
  • Peter Kunszt ,
  • Don Slutz ,
  • Alexander S. Szalay ,
  • Ani Thakar

MSR-TR-99-30 |

Publication | Publication

The next-generation astronomy digital archives will cover most of the sky at fine resolution in many wavelengths, from X-rays, through ultraviolet, optical, and infrared. The ar-chives will be stored at diverse geographical locations. One of the first of these projects, the Sloan Digital Sky Survey (SDSS) is creating a 5-wavelength catalog over 10,000 square degrees of the sky (see http://www.sdss.org/). The 200 million objects in the multi-terabyte database will have mostly numerical attributes in a 100+ dimensional space. Points in this space have highly correlated distributions. The archive will enable astronomers to explore the data in-teractively. Data access will be aided by multidimensional spatial and attribute indices. The data will be partitioned in many ways. Small tag objects consisting of the most popular attributes will accelerate frequent searches. Splitting the data among multiple servers will allow parallel, scalable I/O and parallel data analysis. Hashing techniques will allow efficient clustering, and pair-wise comparison algorithms that should parallelize nicely. Randomly sampled subsets will allow de-bugging otherwise large queries at the desktop. Central serv-ers will operate a data pump to support sweep searches touching most of the data. The anticipated queries will re-quire special operators related to angular distances and com-plex similarity tests of object properties, like shapes, colors, velocity vectors, or temporal behaviors. These issues pose interesting data management challenges.