hi i am using Berkeley DB Java Edition DB API so how can I use heap access method instead of Btree access method.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This was also asked and answered on the Berkeley DB Java Edition OTN Forum: http://forums.oracle.com/forums/thread.jspa?threadID=2261450&tstart=0 The Heap access method was introduced in the Oracle Berkeley DB 11.2.5.2 release. You can access the Heap access method through the C or Java APIs. Oracle Berkeley DB Java Edition, which is a separate product, only supports the B-tree access method. Regards, Dave |
|||
|
|