ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
138

Database size is much larger than expected (x2)

? Question 2 : Why the size of db increased to 16,671,309,824, while the original images are stored in ... images. The database size should be larger than the size of the image files on the file ... >>The database size should be larger than the size of the image files on the file system, but more than 100
133

Page size - changing after database creation

Hi, I was wondering, is it safe to change page size after database is created and filled with data? Should I set page size to the same value as block size on my filesystem? lwalkowski Lukasz Walkowski The page size configuration setting should only affect new created databases, so it should be fine
130

Database(*.odb) file size on disk

Hello, we have questions about the file size of ObjectDB database on disk. Can you tell us something about how the deleting of entities affects the size of *.odb files on disk? -Will the released ... size. import java.util.ArrayList; import java.util.List; import javax.persistence.Basic
130

ObjectDB size not reducing

and the size does not decrease. In fact it keeps growing as records decrease. Is that supposed to happen ... file are marked as free, and can be reused later when new objects are persisted. However, the size ... the size of a database is to use the Doctor utility, creating a new (smaller) copy of an existing database
78

size(collection)

Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> size( Expression<C> collection ) Create an expression that tests the size of a collection. Parameters: collection - expression Returns: size expression Since: JPA 2.0
78

size(collection)

Method javax.persistence.criteria.CriteriaBuilder Expression<Integer> size( C collection ) Create an expression that tests the size of a collection. Parameters: collection - collection Returns: size expression Since: JPA 2.0
29

Database Management Settings

<database> element: <database> <size initial="256kb" resize="256kb" page="2kb" /> <recovery ... ="32mb" programs="500" /> <extensions drop="temp,tmp" /> </database> The <size> element <size initial="256kb" resize="256kb" page="2kb" /> The <size> element specifies the database file
26

Bug when using SIZE in combination with date lower parameter

there seems to be a bug if I use the lower date select: SELECT j.jobId, SIZE(j.tags) FROM ParserJob j WHERE j.dateCreated < :date This returns a SIZE(j.tags) of 0 Tags, but the only existing ParserJob has 1 Tag. If I run the query: SELECT j.jobId, SIZE(j.tags) FROM ParserJob j WHERE j.dateCreated >= :date I
7

FetchPlan.FETCH_SIZE_OPTIMAL

Static Field javax.jdo.FetchPlan int FETCH_SIZE_OPTIMAL For use with setFetchSize. Value: 0. Since: JDO 2.0
7

FetchPlan.FETCH_SIZE_GREEDY

Static Field javax.jdo.FetchPlan int FETCH_SIZE_GREEDY For use with setFetchSize. Value: -1. Since: JDO 2.0

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