SourceForge.net
2005-06-09 06:24:24 UTC
Feature Requests item #668831, was opened at 2003-01-16 12:14
Message generated for change (Comment added) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=668831&group_id=54559
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: enhancement
Group: None
Submitted By: Tim Anderson (tanderson)
The JDBM should be deprecated in favour of a
lightweight JDBC provider such as hsqldb, as:
. is unreliable in that JVM or machine crashes can
result in data corruption
. we have to implement persistency twice
. it makes data base migration more complex
. it doesn't scale
. will make deployment of XA support more difficult
It can be removed once we have provided a tool to
migrate databases.
----------------------------------------------------------------------
Message:
Logged In: YES
user_id=557161
JDBM has been removed for 0.7.7, replaced by Derby.
There is no support to migrate an old JDBM database, but none
has been requested by users.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=668831&group_id=54559
Message generated for change (Comment added) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=668831&group_id=54559
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: enhancement
Group: None
Status: Closed
Priority: 5Submitted By: Tim Anderson (tanderson)
Assigned to: Tim Anderson (tanderson)
Summary: Drop support for JDBM
Initial Comment:Summary: Drop support for JDBM
The JDBM should be deprecated in favour of a
lightweight JDBC provider such as hsqldb, as:
. is unreliable in that JVM or machine crashes can
result in data corruption
. we have to implement persistency twice
. it makes data base migration more complex
. it doesn't scale
. will make deployment of XA support more difficult
It can be removed once we have provided a tool to
migrate databases.
----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2005-06-09 16:24Message:
Logged In: YES
user_id=557161
JDBM has been removed for 0.7.7, replaced by Derby.
There is no support to migrate an old JDBM database, but none
has been requested by users.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=668831&group_id=54559