Choosing the right RDBMS...
From: Lucio (ifts_at_pixel.it)
Date: 02/27/04
- Next message: Nuno Belo: "Re: JDBC/MYSQL Driver ..."
- Previous message: dljn_at_swbell.net: "Java Access to CISAM files"
- Next in thread: Herman Timmermans: "Re: Choosing the right RDBMS..."
- Reply: Herman Timmermans: "Re: Choosing the right RDBMS..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Feb 2004 04:31:25 -0800
Hello everybody.
I have to choose a RDBMS for my java apps and I'd like
to find one that meets the following:
1 - opensource
2 - table size limit independent of the undelying arch
3 - jdbc driver with support for updatable resultsets
4 - installation and configuration procedure well
documented or easy like Firebird
Until now I've tried MySQL and Firebird.
Both seem to lack easy support for unlimited table size
due to the fact they use standard files, AFAIK. MySQL
offers the LFS solution to this, but
- it's not a clean solution as it requires at least
a kernel rebuild.
- it is available only under Linux, so the table size
limit still depends on the underlying architecture.
Moreover JayBird lacks support for updatable resultsets.
Is there anything that meets my requirements?
- Next message: Nuno Belo: "Re: JDBC/MYSQL Driver ..."
- Previous message: dljn_at_swbell.net: "Java Access to CISAM files"
- Next in thread: Herman Timmermans: "Re: Choosing the right RDBMS..."
- Reply: Herman Timmermans: "Re: Choosing the right RDBMS..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|