ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
79

Significant I/O costs during batch update or insert data.

Our application has some complex entities. We do batch update(merge detached entity) every 2 minutes. We find the period significant IO costs these days, and disappeared when turn off the batch updating. 1.ObjectDB is in embedded mode. 2.ObjectDB version is 2.3.7 3.Database file size is nearly
79

Intermittent Exception "Attempt to update types in read only mode"

" [ObjectDB 2.4.1_06] javax.persistence.PersistenceException Attempt to update types in read only mode (error ... .java:48) Caused by: com.objectdb.o.UserException: Attempt to update types in read only mode
77

Schema Update: class hierarchy change

that should fix this issue. support Support Thanks for the Update. Now it works. How can data be saved
77

Indexes broken after schema update.

Anyone else noticed this? I updated an entity Object with some new fields, restarted the database to pick up the new schema and now none of the indexes work, except the @Id. I can query by any field that is not indexed on the existing Object but as soon as I try and query against a field
77

schema update procedure

Is there a specific procedure that we should follow when making schema updates? I have often found that it takes several restarts of the the server to complete the change. The issue is that there may be changes in many places. Each change appears to be applied as the class is first encountered
77

Getting Unexpected internal exception when updating entity in MEM db

.EMImpl.merge(EMImpl.java:307) at org.vn.radius.cc.server.db.RtDB.Update(RtDB.java:101) ... 10
15

JPQL Update & Delete (JPA 1.0)

JPQL (Java Persistence Query Language) supports updating and deleting database objects by queries. Currently ObjectDB supports only JPQL SELECT (retrieval) queries. Delete queries are supported ... one of the next builds. support Support Implementation of both DELETE and UPDATE queries was added in build 2.2.3_03. support Support
15

Collection update does not increase entity version and is not persisted

(all classes are enhanced) the version of the event does not increase and the updated event is not stored ... ) attachments = new ArrayList<>(); return attachments; } and update addAttachment
15

Database Management Settings

" synchronized="false" />   <index-update enabled="true" priority="40" /> <query-cache results ... , to avoid thread competition that leads to poor performance. The <index-update> element   <index-update enabled="true" priority="40" /> The <index-update> element specifies how newly defined indexes
15

Indexes broken after schema update

, when new fields were added, whether or not the entity was updated, etc.). support Support I'll dig

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