ObjectDB ObjectDB

Internal Website Search

21-30 of 45 resultsRefresh
10

Single Server License and Embedded Mode

would prefer to stick with embedded mode for the speed. Since we only have a single server that needs
10

TimeSeries and ObjectDB

. This could be efficient it terms of space and retrieval speed but may be more expansive in updates
10

Performance of "InsertTest"

You provided the "InsertTest" in the following post, and say "On Intel Core 2 Quad Q6600 (and enhancement) it persists 340,000 objects per second". Insertion Speed Rate and Batch Load Now, ten years later, I run it on Intel Core i5-5300U (2.3Ghz) with 8GB memory, output is 45000 per second
10

Multithreading Test and Deadlock

it. Regarding multithreading speed - currently in ObjectDB embedded mode multithreading improves performance
10

Bidirectional OneToMany is slow on updated items

the javaagent (which you can see in the contained eclipse launch configuration) Is there any way to speed
10

How to check if an entity exists in a Database without loading it?

Hi, I am trying to speed up some code - where i check if an entity exists in order to make a decision. In Java - It looks like this (pk - is the primary key of the entity): MyClass find = em.find(MyClass.class, pk); boolean exists = find != null; Is there a way to check the existence
10

Strange behaviour with ORDER BY and IN

Hi, after trying out objectdb for a while now and being quite impressed by its speed and overall performance I noticed a strange behaviour where an ORDER BY - directive isn't executed as it should be (and usually is, except in this special combination-case). Ordering seems to be ignored if we order
10

Warmup ( preLoad all table rows into memory )

Hi , I have 3 questions for objectdb : 1-) How can i preload all table rows into memory in objectdb ? So i can query fast. I have seen @Cacheable annotation. But i need warmup table to memory when my software boots up. 2-) Also for speed up I am inserting a message into table. But within 1 or 10
10

Index causes increased memory usage

Hello, In an effort to increase the speed of our queries with our embedded ObjectDB system, we configured our JDO file that defines our persistable objects with some unique String indices. While this improved query performance considerably, we have noted that our database application is consuming
2

Use temporary files to enable very large transactions

which this data is written to a temporary file. Even without speed optimizations, but with priority

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