Re: Query on mapping Hbase table with Phoenix where rowkey is composite of multiple columns

2015-06-12 Thread James Taylor
If use a zero byte instead of a |, then you can create your view with a four column primary key without any issues. If a value is not present, make sure to still include the null byte separator. Thanks, James On Thursday, June 11, 2015, Nishant Patel nishant.k.pa...@gmail.com wrote: Thanks

Re: REG: Sequences

2015-06-12 Thread James Taylor
Hello, Please see the following link for our support of sequences: http://phoenix.apache.org/sequences.html Thanks, James On Fri, Jun 12, 2015 at 4:17 AM, Ns G nsgns...@gmail.com wrote: Hello Friends, I have requirement in my project to create a record (primary key being id). This is

Re: Query on mapping Hbase table with Phoenix where rowkey is composite of multiple columns

2015-06-12 Thread Nishant Patel
Yes. Will try same thing. If value is not there it is including null byte. Let me try with all these changes. Thanks, Nishant On Jun 12, 2015 12:23 PM, James Taylor jamestay...@apache.org wrote: If use a zero byte instead of a |, then you can create your view with a four column primary key