What is a database? A database is the second highest level in the Objectivity/DB logical storage hierarchy. Each database stores an application’s persistent data in structures called containers, which constitute the third level in the Objectivity/DB logical storage hierarchy. Within a container, persistent data is stored in fundamental units called basic objects. A database is physically represented by a database file, which contains:
➤ Zero or more containers created by applications. ➤ A catalog of the containers belonging to the database. Database files are typically used to distribute related containers and their basic objects to different physical locations in your network. How do I create a database? There are two ways that you can create a database:
For code examples on how to create and use databases in an application, visit our How To's section. Can I change the properties of a database? Yes. You can change the following properties of a database:
|
|||
