Suppose I have some jar files that contain read-only H2 databases in the 
manner described 
here: 
http://www.h2database.com/html/features.html?highlight=zip&search=zip#database_in_zip

Suppose further those databases all consist of one schema with the same 
tables with the same structure in them.

Is there some way to "silently" unite these databases under a single SELECT 
query (sort of a sharding case), without having to do a bulk data load into 
an aggregated "master" database first?  This is sort of a specialized hack 
of a generic sharding case, I guess.

I am not particularly concerned about performance.

Best,
Laird

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to