ObjectDB ObjectDB

Internal Website Search

1-10 of 85 resultsRefresh
181

Empty temporary dat files in the temp folder

how critical the problem for our application is. btc_es BTC EmbeddedSystems A new temporary file ... -file is enabled. In the new build (2.6.8_08) the temporary file is deleted when the database file ... today. Still, ObjectDB deletes all unused temporary files periodically (also in 2.6.8_06
163

Temporary disabling of indexes?

Temporary disabling of indexes?
40

Use temporary files to enable very large transactions

further version. Can you implement it that ObjectDB used temporary files? btc_es BTC EmbeddedSystems ... which this data is written to a temporary file. Even without speed optimizations, but with priority ... Although ObjectDB already uses temporary files for many activities (e.g. processing large query
38

General Settings and Logging

" threshold="64mb" /> To meet memory constraints ObjectDB can use temporary files when processing large data, such as query results that contain millions of objects. The <temp> element specifies temporary file settings: The path attribute specifies a directory in which the temporary files are generated
22

Database Management Settings

of the <extensions> element specifies a list of file name extensions that can be used for temporary databases (usually in tests). The content of these temporary databases is deleted when using the drop URL
22

Storing JPA Entity Objects

to the database using flush are considered temporary and are only visible to the owner EntityManager ... and flush enables moving the temporary updates from memory to the database. Note: Flushing updates
22

Database Connection using JPA

is ignored unless the database file name extension indicates that it is a temporary database. By default, the tmp and temp file name extensions represent temporary databases that can be dropped
15

Chapter 6 - Configuration

the ObjectDB home directory, and $temp, representing the system default temporary path, can be used in
3

[ODB1] Chapter 5 - JDO Connections

the changes in a related temporary file in the same directory as the database file. For instance, a database file named db.odb, would have a corresponding temporary file named .$db.odb$. After the transaction is completed the temporary file is marked as obsolete (and for efficiency, it is deleted
2

[ODB1] Chapter 6 - Persistent Objects

is returned, and its toString() returns a temporary negative number, because a database object ID ... .getObjectId(person); String s1 = oid.toString(); // s1 contains a temporary negative number pm ... different values. Using temporary IDs instead of allocating permanent object IDs immediately

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support