[
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)