You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "wei.zeng (JIRA)" <ji...@apache.org> on 2017/07/21 10:35:00 UTC

[jira] [Updated] (KUDU-2074) how can I get data by Primary Key faster with c++ api of kudu

     [ https://issues.apache.org/jira/browse/KUDU-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wei.zeng updated KUDU-2074:
---------------------------
    Description: 
my code as below
p  = KuduTable->NewComparisonPredicate("c1", kudu.EQUAL, i)
scanner.AddConjunctPredicate(p)

how can I get data by Primary Key faster with c++ api of  kudu 
Is there a better way?

  was:
my code as below
p  = KuduTable->NewComparisonPredicate("c1", kudu.EQUAL, i)
scanner.AddConjunctPredicate(p)

how can I get data by Primary Key faster with c++ api of  kudu


> how can I get data by Primary Key faster with c++ api of  kudu
> --------------------------------------------------------------
>
>                 Key: KUDU-2074
>                 URL: https://issues.apache.org/jira/browse/KUDU-2074
>             Project: Kudu
>          Issue Type: Wish
>          Components: api
>    Affects Versions: 1.4.0
>            Reporter: wei.zeng
>
> my code as below
> p  = KuduTable->NewComparisonPredicate("c1", kudu.EQUAL, i)
> scanner.AddConjunctPredicate(p)
> how can I get data by Primary Key faster with c++ api of  kudu 
> Is there a better way?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)