Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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.

Code Block
select * from table limit 10;