multi tenancy

2014-08-22 Thread Jan Van Besien
Hi, I was experimenting with the Multi tenancy feature in the 4.0 branch. The documentation mentions how to create/use tenant specific views, which works as documented. However, I accidentally seemed to be able to get all the features I want without using views: // create a driver and connect w

Re: multi tenancy

2014-08-26 Thread Jan Van Besien
On Fri, Aug 22, 2014 at 5:18 PM, James Taylor wrote: > Yes, this works as designed. Would you mind filing a JIRA for us to enhance > our multi tenant docs, as it sounds like it's unclear? I created the jira ticket and some progress has already been made, happy about that ;-) However, I still hav

Re: multi tenancy

2014-08-26 Thread Jan Van Besien
A second problem I noticed is difficult to reproduce in code, so bear with me. The problem seems to be that it is impossible to create a tenant specific connection if the same driver instance hasn't previously been used to create a global connection. To reproduce: - connect to a running hbase wit

more salt buckets than regions

2021-11-02 Thread Jan Van Besien
Phoenix queries seem to return incorrect results when defining tables with more salt buckets than regions. Is this a known problem or am I misunderstanding something? I tested with phoenix 5.1.2 and hbase 2.1.4. Create a table with 4 salt buckets and 2 initial regions and add some values: create

Re: more salt buckets than regions

2021-11-03 Thread Jan Van Besien
cket in it, and it is not hard > to get into the state that you describe. > We have at least one JIRA open for it. > Phoenix will automatically pre-split according to the salt buckets if you > don't explicitly specify the splits in the create table statement. > > On Tue, No