ObjectDB ObjectDB

Internal Website Search

101-110 of 136 resultsRefresh
6

-XMX settings recommendation

The default is 256M what is the recommended settings based on? It is the size of the DB? number of connections? If the DB has over 200GB of data and max connection of 400 then will I need to make this settings higher? Thanks. Trianglehead Json Error There is no magic formula, but usually larger
6

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

(); if (l > Integer.MAX_VALUE) return -1; int i = (int) l; return i; } catch (javax
6

Mapped By Fetch is very Slow

, go the MyEntity class and remove "mapped-by". You obtain 1 second max of query fetch. So my performance issue
6

Embedding ObjectDB on server application

.WebappClassLoader.loadClass(WebappClassLoader.java:1720) What can I do to fix it? pril Max Mustermann
6

odb files and config file

. But where to I find the config file in my project? pril Max Mustermann You can specify an absolute path. support Support
6

Visibility of changes in Transaction is not visible to a JPA QL Query

");    long oldAmount = bean.countItems();    if(oldAmount + howMany > Integer.MAX_VALUE
1

several times a day queries take several minutes

files on query execution. <recovery ... max="128mb" /> Consider decreasing the maximum size to force
1

InternalException during producer/consumer scenario

. Could you please try setting the max-threads attribute in your configuration to 0? 1000
1

Blocked by find

, you may try a cache size of at least 8MB: <processing cache="8mb" max-threads="10" /> Currently zero size
1

Unexpected error when loading all entity instance

about how to get the error. Recovery is enabled <recovery enabled="true" sync="false" path="." max="128mb

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