EPJ Web of Conferences (Mar 2014)

Evaluation of Sub Query Performance in SQL Server

  • Oktavia Tanty,
  • Sujarwo Surya

DOI
https://doi.org/10.1051/epjconf/20146800033
Journal volume & issue
Vol. 68
p. 00033

Abstract

Read online

The paper explores several sub query methods used in a query and their impact on the query performance. The study uses experimental approach to evaluate the performance of each sub query methods combined with indexing strategy. The sub query methods consist of in, exists, relational operator and relational operator combined with top operator. The experimental shows that using relational operator combined with indexing strategy in sub query has greater performance compared with using same method without indexing strategy and also other methods. In summary, for application that emphasized on the performance of retrieving data from database, it better to use relational operator combined with indexing strategy. This study is done on Microsoft SQL Server 2012.

Keywords