Sciweavers

VLDB
1990
ACM

Efficient Main Memory Data Management Using the DBGraph Storage Model

13 years 8 months ago
Efficient Main Memory Data Management Using the DBGraph Storage Model
Therequirementsfor amain memorydatastoragemodel are both compactnessand efficient processing for all database operations. The DBGraph storage model, proposed in this paper, achieves these goals. By representingthe entire databasein a unique graph-based datastructure,called DBGraph, it fully exploits thedirectaccess capability of main memory systems. For example, Selection, Join and Transitive closure operationsover baseor temporaryrelationsareperformed by a DBGraph traversal without tuple comparison and move. Furthermore, it is decomposableso that only the useful subsetof the databasecan be loaded from disk without format conversion.Complex databasequeriescan be processedby either set-oriented or pipelined mode depending on the way the graph is traversed. Analysis showsgoodstorageoccupancyandexcellent performance for both updateandretrieval operations.
Philippe Pucheral, Jean-Marc Thévenin, Patr
Added 11 Aug 2010
Updated 11 Aug 2010
Type Conference
Year 1990
Where VLDB
Authors Philippe Pucheral, Jean-Marc Thévenin, Patrick Valduriez
Comments (0)