Looking into the "documentation" ;-), I think it might be an option to 
subclass org.h2.index.PageBtreeIndex and adapt it to use my ud table 
instead of an internal table. Could that work? (Could it work without 
messing with the packages?)

Am Mittwoch, 28. Oktober 2015 14:17:22 UTC+1 schrieb Noel Grandin:
>
>
>
> On 2015-10-28 03:10 PM, Dietmar Höhmann wrote: 
> > Am Mittwoch, 28. Oktober 2015 13:36:48 UTC+1 schrieb Noel Grandin: 
> > 
> >     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. 
> > 
> > 
> > So i'll reflect all columns used in indexes to a local table, along with 
> the Notes document ID and create the indexes on 
> > the local table, right? 
> > 
> Pretty much. 
>
> > (A little more documentation on the implementation of user defined 
> tables would be very helpful ...) 
>
> There is lots of documentation - it is called code :-) 
> You are welcome to ask questions, and of course, you are welcome to submit 
> patches with improved documentation :-) 
>

-- 
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to