Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5741 External JDBC Read Support
  3. IMPALA-12909

Generate distributed plan for query accessing multiple JDBC tables

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Frontend
    • None
    • ghx-label-12

    Description

      For a query which access multiple JDBC tables, Planner generate single node plan. It's better to generate distributed plan so that JDBC read could be scheduled on executors. This restriction is due to current design of External data source framework because scan is single threaded. DataSourceScanNode cannot run in node other than coordinator.

      Attachments

        Activity

          People

            pranav.lodha Pranav Yogi Lodha
            wzhou Wenzhe Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: