Research on Implementation Technologies of Embedded Database

朱丽丽
DOI: https://doi.org/10.16515/j.cnki.32-1722/n.2009.03.016
2009-01-01
Abstract:Compared with the normal database,the embedded database has some distinct features,such as small volume,necessary functions,portability,robustness and so on.This paper compares the SQLite with Berkeley DB with regard to several aspects including the architecture,the relationship among subsystems and the processing execution.The paper elaborates on the differences between the SQLite and Berkeley DB in data type,storage method, data mode,VDBE and error management,and lists an example of an embedded database implementation at last.
What problem does this paper attempt to address?