Re: How to run Phoenix Secondary Index Coprocessor with Hbase?

2018-07-12 Thread alchemist
But Phoenix is extremely slow,  I am getting 3000 to 6000 transactions per
minute.



--
Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/


Re: How to run Phoenix Secondary Index Coprocessor with Hbase?

2018-07-12 Thread Jaanai Zhang
I only use Phoenix API(JDBC API) to access HBASE If you want to use
secondary indexes.



   Yun Zhang
   Best regards!


2018-07-12 20:08 GMT+08:00 alchemist :

> I tried using Phoenix JDBC API to access data in a remote EMR server from
> another EC2 machine.  I tried multithreading the program but it is not
> scaling.I am getting 1 transaction per second.  This seems extremely slow.
> So I thought If I can use coprocessor written for Secondary Index by
> Phoenix
> using Hadoop HBase API then I can solve this problem.
>
> I tried creating secondary index using Phoenix and tried inserting the data
> using HBase put but it has not added data into the secondary index table. I
> am just wondering if there is any setting that I am missing,   I want to
> use
> Phoenix coprocessor written to manage secondary indexes with Hadoop HBase
> API.
>
>
>
> --
> Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/
>