Re: LOCAL vs TRANSACTIONAL indexes

2016-09-20 Thread James Taylor
Glad to help, Matt. Just to be clear, there are no race conditions from the same client. The "unlikely" scenarios come into play when there are multiple clients. Other things to think about are to what degree you want to guard against various write failure scenarios. Thanks, James On Tue, Sep

Re: LOCAL vs TRANSACTIONAL indexes

2016-09-20 Thread Matthew Van Wely
Thanks James, knowing that there are no race conditions (or very unlikely) from the same client on a mutable table is really helpful. Thx, --Matt On Sat, Sep 17, 2016 at 4:26 PM, James Taylor wrote: > On Fri, Sep 16, 2016 at 7:22 PM, Matthew Van Wely

property object is being modified

2016-09-20 Thread Prabhjyot Singh
Hi, I'm using DriverManager.getConnection(url, properties) using following properties url -> "jdbc:phoenix:thin:url=http://prabhu-3.novalocal:8765;serialization =PROTOBUF" properties -> 0 = {java.util.Hashtable$Entry@1491} "user" -> "phoenixuser" 1 = {java.util.Hashtable$Entry@1492} "password"