![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
9th June 11:31
External User
Posts: 1
|
Those are the major questions. Other possible issues:
3) The Berkeley DB code has more access methods (Java Edition only has a B+tree variant at the moment, while Berkeley DB in addition supports Queue, Hash and Recno). Depending on the application's data needs, that may be relevant. For more information, see the "Selecting an access method" section of the Berkeley DB Reference Guide, included in your download package and also available at: http://www.sleepycat.com/docs/ref/am_conf/select.html 4) The Berkeley DB code base has been around longer than Java Edition, so it has additional features: XML, encryption, XA/RM support, application-specific transactions, bulk-record retrieval, RPC support, and so on. I think these are less significant issues, but they're potentially important to specific applications. Obviously, many of these will be added to Java Edition as the product moves forward. Regards, --keith =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Keith Bostic bostic@sleepycat.com Sleepycat Software Inc. keithbosticim (ymsgid) 118 Tower Rd. +1-781-259-3139 Lincoln, MA 01773 http://www.sleepycat.com |
|