[mdr-users] Re: mdrjdbc
"John V. Sichi" <[email protected]> Fri, 04 Nov 2005 00:04:24 -0800
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Currently we have problems doing automated builds of MDR. Anyway, if you > send me a jar file, I can post it at the files area of MDR module (or > maybe you have rights to do that too - try it). There is some version of > it already. So, you may update it manually every time such an update > makes sense. > Martin OK, I will see if I can do it. > Oh, I see you mean to even integrate the JDBC storage fully into the > MDR. The only problem I see with that is that it would increase the > download size of NetBeans. This could be problematic since it could also > affect a startup time. But we may try to modify the build script so that > when someone tries to build MDR standalone, the storage will > automatically be packaged into the standalone jar. > Martin mdrjdbc.jar is 74431 bytes. hsqldb.jar for v1.8.0.2 is 630486 bytes. With hsqldb embedded, startup time and general performance is about the same as for MDR's btree implementation. JVS