Re: JdbcStorage update

"John V. Sichi" <[email protected]> Sun, 28 Nov 2004 02:05:21 -0800
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Excellent.  Let me know what I can do to help with the evaluation.  Some 
HSQLDB customizations like control over memory-based vs disk-based 
tables might be helpful.  And if MDR goes this route, there are pieces 
of the btree storage that need to be factored out for use by 
JdbcStorage, such as federated MOFID's and class coding.

Some other JdbcStorage areas I know need work, but for HSQLDB, these 
aren't as important:

- caching
- batch updates
- certification on a variety of DBMS products
- driver autodetection for tweaking things like datatypes
- participation in JTA and app servers

JVS

Martin Matula wrote:
> Hi John,
> this is very interesting and comes at the right time. We are considering 
> replacing our b-tree with something better for promoF, which is the 
> release after NetBeans 4.1 (it is too late for such change in 4.1). So 
> we will definitely look at the JdbcStorage and HSQLDB.
> Regards,
> Martin