Hi Norbert,
I hope to complete it in the next few weeks as soon as I'm done coding
and running it through some tests. Whether it actually gets committed to
derby or not isn't up to me though :)
It should support whatever derby supports now. It basically mimics the
default directory storage/file naming and read/writes all data to a
dynamic bytearray.
Stephen
Norbert Toth-Gati wrote:
Hi Stephen,
I would also be interested more exactly when will this functionality
be released?
And is this going to support most of the existing functionalities? I
would be particularly interested in the support for 'select for
update'.
Regards,
Norbert
On 10/11/05, Stephen Fitch <[EMAIL PROTECTED]> wrote:
Norbert Toth-Gati wrote:
Hi All,
I would like to ask if Derby can be used as an in - memory database?
I have seen it is on the TODO list, however I could not find a recent
status concerning this.
Thanks,
Norbert
Derby does not currently support in-memory functionality. However, I am
currently working on a RAM based implementation of the StorageFactory
interface which would allow for in-memory functionality.
Stephen