Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-639

BigtableIO.Read: support for user specified row range

Details

    • Improvement
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • None
    • 0.3.0-incubating
    • io-java-gcp
    • None

    Description

      BigtableIO.Read takes a table and a filter, but does not let the user customize the row range. If a user wants to scan a relatively narrow range, they can do it by specifying a filter ("starts with abcd") or ("less than abcd"), but under the hood Cloud Bigtable will implement this as a full table scan -> filter instead of a narrower scan.

      We should expose these setters publicly so that users can implement row scans directly.

      Attachments

        Issue Links

          Activity

            People

              dhalperi Dan Halperin
              dhalperi Dan Halperin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: