Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-910

Simple query (non-forwarded query) should be supported against partition tables.

    XMLWordPrintableJSON

Details

    Description

      There are two types of queries according to whether a query is executed across cluster nodes or not.

      We call a query which is executed across cluster nodes forwarded query, meaning that TajoMaster forwards the query to a query master. In contrast, we call a query without distributed execution simple query or non-forwarded query, which executed in only client side. The following query is an example of simple query.

      select * from table limit 10;
      

      Currently, simple query is only supported against a normal table. We also should support it against partitioned tables.

      Attachments

        Activity

          People

            hjkim Hyoungjun Kim
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: