rebuild the sources

2009-04-07 Thread py.guille...@gmail.com
Hi, I have modified some files such as the index file. Now I d like to rebuild the solution in order to get a newH2.exe file to install a version of H2 using my new code ... I have found the sources into : C:\Program Files\H2\src\main\org\h2 Actually i never produce any exe file, I thought I s

Re: INDEXING METHOD

2009-03-31 Thread py.guille...@gmail.com
Thanks ^^ On Apr 1, 2:49 am, Thomas Mueller wrote: > Hi, > > > I work on an new Tree-based index for Images Database. Basically I > > have to integrated our new tree into a DBMS. > > For several reasons I m interrested on the H2 DBMS. > > I would like to know how do the files/data are indexed or

INDEXING METHOD

2009-03-30 Thread py.guille...@gmail.com
Hi everyone, I work on an new Tree-based index for Images Database. Basically I have to integrated our new tree into a DBMS. For several reasons I m interrested on the H2 DBMS. I would like to know how do the files/data are indexed or organaized in the H2 DBMS and where I should tkahe a look into