Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-3079

Add support to reading loading files of multiple prefixes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.8
    • 0.9.9
    • EXT - External data
    • None

    Description

      Currently, we provide a single prefix and load the files metadata under that prefix. With the support for computed fields for operators like IN operator, we can end up with multiple prefixes.

       

      Example, given the following prefix user-data/{userid:int}

       

       

      SELECT *
      FROM userdata
      WHERE user_id IN [1, 2]

       

       

      The above translates to loading the data for the prefixes:

       

       

      user-data/1
      user-data/2

      Attachments

        Activity

          People

            HussainHT Hussain Towaileb
            HussainHT Hussain Towaileb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: