What I meant is that it's a lot more convenient to go:

   CREATE LINKED TABLE link1...
   INSERT INTO my_local_table SELECT * from link1

than it is to copy things via an intermediate CSV file.

On 2013-10-11 10:43, Tony Taylor wrote:
Thanks! I'll check this out and definitely give it a go, though i'm a bit sceptical. What i want to achieve is to have the load on H2 until the processing goes on and only merge the results into my main, PG db. As far as i understand, using linked tables just puts H2 in the middle.

--
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/groups/opt_out.

Reply via email to