Re: Multi-Tenancy and shared records

2019-09-04 Thread Ankit Singhal
>>would it be best to use the HBase API for creating the data. yes, you can use HBase API but you need to ensure that Phoenix Data type APIs are used to convert your column values into bytes and also while creating a composite key(if applicable). otherwise you would not be able to read data from Ph

Re: Multi-Tenancy and shared records

2019-09-04 Thread Simon Mottram
Hi Ankit Thats very useful, many thanks. Before I dive into using Phoenix (which has given me a torrid time over the last few days!), is using Phoenix the best option given that I'm doing some low level access to Cell information, or would it be best to use the HBase API for creating the data. W

Re: Union PreparedStatement ParameterMetaData Parameter value unbound Issue

2019-09-04 Thread lewjackman
Thanks James, I wrote https://issues.apache.org/jira/browse/PHOENIX-5467 -- Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/

Re: Union PreparedStatement ParameterMetaData Parameter value unbound Issue

2019-09-04 Thread James Taylor
Yes, JIRA please. On Wed, Sep 4, 2019 at 1:24 PM lewjackman wrote: > Does this look like an issue for which I should write a Jira? > > > > -- > Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/ >

Re: Any reason for so small phoenix.mutate.batchSize by default?

2019-09-04 Thread Alexander Batyrshin
> On 3 Sep 2019, at 19:45, Alexander Batyrshin <0x62...@gmail.com> wrote: > > I observer that there is some extra mutations in batch for every my UPSERTs > For example if app call executeUpdate() only 5 times then on commit there > will be "DEBUG MutationState:1046 - Sent batch of 10" > Can’t

Re: Union PreparedStatement ParameterMetaData Parameter value unbound Issue

2019-09-04 Thread lewjackman
Does this look like an issue for which I should write a Jira? -- Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/