On 2015-10-28 01:50 PM, Dietmar Höhmann wrote:
I'm thinking about an open source tool to make Lotus Notes databases available
as H2 user defined tables. Unfortunately
we have no indexes in Notes that would be of much use in this context. My
question: Is it possible to provide the raw
table data as user defined table and let H2 do the indexing?
Not "out of the box", no.
But since H2 indexes are internally just regular tables, it should not be hard to create some internal tables that
represent indexes on the remote tables.
(H2 internally only has tables, we don't expose any other kind of
data-structure to the code above the storage engine).
The tricky part will be keeping the local indexes in sync with the notes data.
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.