zoodb icon indicating copy to clipboard operation
zoodb copied to clipboard

ZooDB Object Database

Results 47 zoodb issues
Sort by recently updated
recently updated
newest added

- setOrdering() - methods such as startsWith() / contains() - Object comparison - set result type - aggregators - Internal: merge queries instead of merging the result (indexed OR-queries)

enhancement

- Reduce file-pos to 32bit? of 48bit? - Split indices to allow concurrent processing? Or prefer single large index, continaing all files? Or simply split the large file into chunks?...

enhancement

A call to `commit()` after defining a new database schema may hang indefinitely after if another transaction is open (in the same PMF). ``` package org.zoodb.test; import org.zoodb.jdo.ZooJdoHelper; import org.zoodb.jdo.ZooJdoProperties;...

bug