-
If performance is important , JDOInstruments is very fast(several times faster than a relational database) if it works on SSD (Solid State Disk).
2009-12-07 21:04:13 UTC in JDOInstruments - Java OODBMS
-
for standard JDO operations you only need the following libraries:
commons-logging.jar , concurrent.jar , jca1.0.jar , jdo2-api-2.0.jar , jdo2-core-2.0.jar , jdoinstruments.jar , jta-spec101.jar , log4j-1.2.8.jar
JDOInstruments always saves changes in disk, but you can set a big cache size :
prop.put("jdoinstruments.CacheSize", "8000");//Data cache size
to mantain all objects...
2009-12-07 21:00:27 UTC in JDOInstruments - Java OODBMS
-
agw1 made 1 file-release changes.
2009-10-29 21:30:02 UTC in JDOInstruments - Java OODBMS
-
agw1 committed revision 98 to the JDOInstruments - Java OODBMS SVN repository, changing 2 files.
2009-10-28 22:55:41 UTC in JDOInstruments - Java OODBMS
-
agw1 committed revision 62 to the salamanca SVN repository, changing 3 files.
2009-08-29 21:22:06 UTC in salamanca
-
agw1 committed revision 61 to the salamanca SVN repository, changing 4 files.
2009-08-29 20:44:12 UTC in salamanca
-
agw1 committed revision 60 to the salamanca SVN repository, changing 13 files.
2009-08-22 21:57:29 UTC in salamanca