Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-1482

Provide fast doesExist() method to avoid get() != null calls

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.19.3
    • 0.90.0
    • None
    • None

    Description

      Currently one has to use get() != null checks to see if a specific column has a value for any given row. But this involves the whole load and transfer stack to shift the data to the client just for it to drop the content. Better would be a server side check and only returning the boolean back to the client, especially if the checked cell is containing MB's of data.

      Attachments

        Activity

          People

            Unassigned Unassigned
            larsgeorge Lars George
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: