You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/09/01 17:07:04 UTC

[jira] [Updated] (BEAM-10279) Read Bigtable Rows by Prefix

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

Beam JIRA Bot updated BEAM-10279:
---------------------------------
    Labels: Bigtable  (was: Bigtable stale-P2)

> Read Bigtable Rows by Prefix
> ----------------------------
>
>                 Key: BEAM-10279
>                 URL: https://issues.apache.org/jira/browse/BEAM-10279
>             Project: Beam
>          Issue Type: Wish
>          Components: io-java-gcp
>            Reporter: Rafi Kamal
>            Priority: P3
>              Labels: Bigtable
>
> BigtableIO.Read provides a withKeyRange method to specify Bigtable keys within a [start, end) range. Unfortunately, it doesn't seem to provide a way of reading rows by a common prefix, although Bigtable natively supports this feature:  [https://cloud.google.com/bigtable/docs/cbt-reference#read_rows.]
> Our use case, we have several "types" in our table, and each type is prefixed with the name of the type. The only other way to reading all rows with a specific prefix seems to use a RowFilter with row_key_regex_filter set, but it looks like that will result in a full table scan.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)