Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1639 Improve predicate pushdown
  3. KUDU-1452

Add predicate to allow scan based on COLUMN LIKE '%val%'

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • api, client
    • None

    Description

      While working on a different issue, I noticed that Kudu currently has no way to fetch rows from a table based on the COLUMN LIKE '%value%' filter.

      Most relational DBs will allow lookups based on something like this:
      select c1, c2 from table-a where c3 like '%something%'

      I cant think of an efficient way to do this in Kudu, but I think it would still be more efficient than a client fetching all the rows and then doing the filtering.

      Attachments

        Issue Links

          Activity

            People

              sabhyankar Sameer Abhyankar
              sabhyankar Sameer Abhyankar
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: