ObjectDB ObjectDB

Internal Website Search

21-30 of 85 resultsRefresh
13

Query Execution on parallel threads don't lead to performance improvements

temporary files. You may want to try increasing the configuration of the temporary file threshold, to reduce the use temporary files (although it may require more RAM). support Support
13

Pre-detach loading: retrieval by navigation not working in if statement

; } else { return null; } } But this works, storing the test in a temporary variable: test = lz.getPresent ... , the temporary 'test' holder is used). I tried to isolate it using a simpler test web app with exactly the same ... WITHOUT storing the test in a temporary variable: @Transient public Float getComputed() { Float
13

Possible issue with String fields

handling temporary file path. Please try build 2.3.7_16 that should fix it. If it doesn't ... temporary files. Even after a fix, it would be better if possible to avoid temporary file (to improve
11

Performance and memory usage of queries

temporary files for many operations (e.g. query processing) and should in future versions use temporary
11

Optimistic Locking

to a temporary data structure for presentation and then on update retrieves the object again and fills its with the data from the temporary data structure - then updates of other users might be overridden. support Support
11

Again about $temp from objectdb.conf

of the property? Thank you, Sandu sandu Alexandru Constantinescu You can set the temporary directory ... , but that will change the temporary directory for the entire JVM, not just for ObjectDB. support Support
11

500Mb ObjectDb database opening issue

your database file, by creating another temporary database file). Try to load ObjectDB in the background (e.g. by opening a temporary database file as in the test above) and see if later it helps in speeding
2

ObjectDB 2.6.8

a NullPointerExeption on flush (issue #1840). Fixed a bug in using temporary files in large transactions. Reverts a change in 2.6.6_08 that may cause issue #1839. Attempt to fix a bug in using temporary files in large transactions.
2

again merger missing logs + objectdb exception

), which hopefully was fixed in version 2.7.2 (temporary stack traces in the log will be removed in ... Hans-Georg Zwicker The log entries in #28 above are temporary logging of the nested section key
2

An entityManager.flush() with many entities is not possible

requires using temporary files and the exception indicates a problem in using these files. Please check this forum thread. Maybe disabling deletion of temporary files could help. support Support

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