Internal Website Search

1-10 of 86 resultsRefresh

Empty temporary dat files in the temp folder

>   btc_es BTC EmbeddedSystems A new temporary file of this type is created ... > In the new build (2.6.8_08) the temporary file is deleted when the database file (represented ... until your report today. Still, ObjectDB deletes all unused temporary files periodically

Temporary disabling of indexes?

Temporary disabling of indexes?

Use temporary files to enable very large transactions

temporary files? btc_es BTC EmbeddedSystems Hello, for us is this scenario a blocker ... to a temporary file. Even without speed optimizations, but with priority on the memory usage. Ideally ... > Although ObjectDB already uses temporary files for many activities (e.g. processing large query

General Settings and Logging

" threshold="64mb" /> To meet memory constraints ObjectDB can use temporary files ... ><temp> element specifies temporary file settings: The path attribute specifies a directory in which the temporary files are generated. The $temp

Database Management Settings

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

Storing JPA Entity Objects

/EntityManager/flush">flush are considered temporary and are only visible ... the temporary updates from memory to the database. Note: Flushing updates

Database Connection using JPA

indicates that it is a temporary database. By default, the tmp and temp file name extensions represent temporary databases that can be dropped, but this

Chapter 6 - Configuration

>, representing the system default temporary path, can be used in any path attribute value in

[ODB1] Chapter 5 - JDO Connections

commit() starts writing to the database it stores the changes in a related temporary ... >, 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 only when the database

[ODB1] Chapter 6 - Persistent Objects

, and its toString() returns a temporary negative number, because a database object ID ... contains a temporary negative number pm.currentTransaction().commit(); String s2 = oid.toString ... . Using temporary IDs instead of allocating permanent object IDs immediately on makePersistent