Le 30/08/13 02:11, Travis L Pinney a écrit :
+1 on the approach you used for GeoTK and what is proposed for SIS. Would
it be possible have it work "in memory" without having to write out to disk
for a use case like Hadoop?
Yes, both Derby and HSQL allows "in memory database". However given the
memory consumption for this relatively large database and the cost of
recreating the tables on system start, I don't know if the advantages
would be greater than the inconvenient... But it would be at user choice
anyway.
Martin