[h2] patch: getClientInfo to get server list in clustered configuration

2014-06-24 Thread nfogh
Hi I am using H2 in a clustered configuration where we need some control/detection of which servers are currently in the cluster. I have added functionality to the jdbc connection to get the number of servers currently in the cluster and which servers that are available. Have a look at my

Re: [h2] CreateCluster replication speed

2014-05-26 Thread nfogh
- it is a short program. Regards, Thomas On Mon, May 19, 2014 at 11:15 AM, nfogh nikolajf...@gmail.com wrote: Hi Thomas Is it possible to do a copy of the source database files to the target server (via FTP or other means). Then start H2 on both servers, and enable clustering? Would

Re: [h2] CreateCluster replication speed

2014-05-19 Thread nfogh
/shesse/h2ha Regards, Thomas On Wednesday, April 9, 2014, nfogh nikol...@gmail.com javascript: wrote: Hi I am using the CreateCluster tool to do replication of a database. I have two servers connected via a 1Gbps LAN. Setting up clustering takes around 1 hour each time for a 10GB

[h2] CreateCluster replication speed

2014-04-09 Thread nfogh
Hi I am using the CreateCluster tool to do replication of a database. I have two servers connected via a 1Gbps LAN. Setting up clustering takes around 1 hour each time for a 10GB database. Can this be right? I suspect that network latency is eating up the throughput, so I modified RunScript