Re: Tenanted SQL

2016-03-27 Thread Julian Hyde
See comments inline. Julian > On Mar 25, 2016, at 9:29 AM, Dan Di Spaltro wrote: > > So I definitely understand the data side of the target database ("A"), that > I am virtualizing. > > I guess more specific questions would be: > * How would I expose only two tables

[jira] [Created] (CALCITE-1172) Add rule to flatten two Aggregate operators into one

2016-03-27 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1172: Summary: Add rule to flatten two Aggregate operators into one Key: CALCITE-1172 URL: https://issues.apache.org/jira/browse/CALCITE-1172 Project: Calcite

Re: Starting a transaction with avatica and a few other things

2016-03-27 Thread F21
Hi James, Thanks for the quick reply. The docs does talk about how to use transactions with phoenix, but doesn't seem to answer my questions regarding implementing transactions for a phoenix query server client. Cheers! On 27/03/2016 5:04 PM, James Taylor wrote: Please read

Re: Starting a transaction with avatica and a few other things

2016-03-27 Thread James Taylor
Please read https://phoenix.apache.org/transactions.html and let us know if it doesn't answer your questions. Thanks, James On Sat, Mar 26, 2016 at 10:00 PM, F21 wrote: > Hi guys, > > As I posted on the Phoenix list a few days ago, I am working on a golang > client for