[h2] Data transfer From and To Postgres

2013-10-10 Thread Tony Taylor
Hi! We have a Postgres DB, which we use for processing some data (few millions rows). We thought about moving some part of the processing to H2 (because that "internal" state is not critical, we are happy to store it in H2). I've started playing around and my first difficulty is about transfer

Re: [h2] Data transfer From and To Postgres

2013-10-11 Thread Tony Taylor
=linked%2Ct&search=linked%20t#linked_tables> > > On 2013-10-10 17:51, Tony Taylor wrote: > > I've started playing around and my first difficulty is about transferring > data. My idea is that i copy the data from Postgres > > > -- You received this m

Re: [h2] Data transfer From and To Postgres

2013-10-11 Thread Tony Taylor
t 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 > > g