ObjectDB ObjectDB

Internal Website Search

1-10 of 48 resultsRefresh
199

Failed to resize file - file system limitation error

(STD.java:75) com.objectdb.o.UserException: Failed to resize file 'F:\CAP\AdherisHealthSolutions ... of this exception is unclear, but here are several suggestions: Try to resize a copy of this database
42

Database Management Settings

<database> element: <database> <size initial="256kb" resize="256kb" page="2kb" /> <recovery ... initial="256kb" resize="256kb" page="2kb" /> The <size> element specifies the database file ... . The resize attribute specifies the size by which to extend the database file when additional space
36

Occasionally slow requests in load testing

have however traced it to database file resizing. In the test run yesterday we had resize amount set ... is resized approximately every hour. Each time at the same time we see these slow response incidents ... . Could you please describe how the resizing works and what is the best way to tune it? Thanks, Natalia
18

Replication issue, Replayer failing due to NullPointerException.

name="*" level="info" /> </general> <database> <size initial="10mb" resize="10mb" page="2kb ... " /> <logger name="*" level="info" /> </general> <database> <size initial="10mb" resize ... the amount of the resize value. This means everytime I restart the DB my DB is growing by resize
18

internal object DB locking in an embedded multi threaded application

database file resizing. You may try avoiding file resizing by setting relevant configuration ... then what are the default values? dansmith Daniel Smith The default values are: <size initial="256kb" resize="256kb" page="2kb" /> support Support <database> <size initial="500mb" resize="500mb" page="2kb
18

Degrading performance overtime

" resize="51200kb" page="2kb" /> <recovery enabled="true" sync="false" path="." max="128mb ... Daniel Smith The stack trace indicates a delay during database file resize: at java.io ... :     System.setProperty("objectdb.temp.no-resize-clear", "true"); Alternatively, if you know the maximum database target
13

virtual servers and one file

> <size initial="16mb" resize="16mb" page="2kb" /> <recovery enabled="true" sync="true" path="." max ... > <database> <size initial="16mb" resize="16mb" page="2kb" /> <recovery enabled="true" sync="true" path
13

Database(*.odb) file size on disk

are reused but the the file not resized. The database is at the end empty again, but larger than the initial ... reuses space of deleted objects but the database is never resized to a smaller file. Currently
13

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue
13

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

>                 <size initial="256kb" resize="256kb" page="2kb" />                 <recovery enabled="true ... ="info" />         </general>         <database>                 <size initial="256kb" resize

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