All Tags »
Java 5 »
Performance (RSS)
Sorry, but there are no more tags available to filter with.
-
Hello
I want to store a bigger amount of objects. Each object is rather small (in my test they contains one integer only).
For me it seems that db4o cannot handle more than 1000 objects or so. I made a simple test which stores 50000 objects, makes a commit and read them by randomized access. I can read more 1000 objects/sec if I store < 1000 ...