Construction method of distributed object database
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 北京米连科技有限公司
- Publication Date
- 2021-01-05
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the technical field of computers, and in particular relates to a method for constructing a distributed object database dealing with complex data. Background technique
[0002] Object database (ODB, Object Database), as the name implies, refers to an object-oriented database—a database that represents data in the form of objects and classes. In object-oriented terms, objects are real entities and classes are collections of objects. Object-oriented databases follow the basic principles of object-oriented programming. Simply put, object-oriented database = object-oriented programming + database, its characteristics are as attached figure 1 As shown, it satisfies the inheritance, encapsulation and polymorphism of object-oriented programming at the same time, and also satisfies the read-write, integrity and concurrency of the basic database. Each data value for ODB query and storage update is a complete object instance.
[0003] ...