![]() |
![]() |
![]() |
@inproceedings{DBLP:conf/cikm/ChenT94, author = {Weimin Chen and Volker Turau}, title = {An Optimized Implementation for VML Based on Pattern Matching and Dynamic Programming}, booktitle = {Proceedings of the Third International Conference on Information and Knowledge Management (CIKM'94), Gaithersburg, Maryland, November 29 - December 2, 1994}, publisher = {ACM}, year = {1994}, pages = {88-96}, ee = {db/conf/cikm/ChenT94.html, http://doi.acm.org/10.1145/191246.191264}, crossref = {DBLP:conf/cikm/94}, bibsource = {DBLP, http://dblp.uni-trier.de} }BibTeX
In an object-oriented database system (OODBS), objects exist persistently and object I/O is transparent to the programmer. Therefore, some mechanism in the system must initiate I/O as the program runs. In this paper we present an approach based on pattern matching and dynamic programming that allows a program to interact efficiently with the runtime storage layer. We are interested in allowing programs to manipulate very large objects without necessarily reading them entirely. If a program touches only a small part of a large object, the problem is how to determine the part of the object needed. In this paper, we present an approach based on pattern matching and dynamic programming to resolve this problem.
We discuss and solve this problem in the context of VML, a modeling language of an open object-oriented database language. The VML compiler translates VML programs into C++ programs which contain calls to the object manager. We provide a detailed description of our implementation with the hope that our approach will foster the development of object-oriented database systems based on C++.
Copyright © 1994 by the ACM, Inc., used by permission. Permission to make digital or hard copies is granted provided that copies are not made or distributed for profit or direct commercial advantage, and that copies show this notice on the first page or initial screen of a display along with the full citation.