|
Abstract : |
Object-oriented databases (OODBs) are in many ways a better match for scientific data management than conventional record-oriented database systems. User-defined datatypes reduce the encoding going from a scientific domain to the database. Direct support for complex objects is useful for capturing hierarchical structures, such as molecules. OODBs generally have collection types, such as lists and arrays, that are a better basis than sets for the dimensional data common in scientific applications. Their inherent extensibility seem a good match for handling new kinds of metadata, and having behavior definable in the database permits transparent access to existing data in multiple formats via a common object model. We begin by recounting our experiences with using OODBs for scientific data, in the domains of computational chemistry, and materials science. The bulk of the talk, however, deals with areas that need improvement for OODBs to support scientific applications well, among them: ffl Management of massive data sets and tertiary storage ffl Data loading and archiving ffl Querying over ordered collection types ffl Availability on appropriate computing platforms ffl Application programming interfaces, particularly for FORTRAN and parallel environments ffl Supporting data interchange formats, |