Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-2845

Add support for index joins in Hive

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      Hive supports indexes, which are used for filters currently.

      It would be very useful to add support for index-based joins in Hive.
      If 2 tables A and B are being joined, and an index exists on the join key of A,
      B can be scanned (by the mappers), and for each row in B, a lookup for the corresponding row in A can be performed.
      This can be very useful for some usecases.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned Assign to me
            namit Namit Jain

            Dates

              Created:
              Updated:

              Slack

                Issue deployment