izvorni znanstveni rad
Analyzing the impact of query complexity and indexing on SQL performance: A methodological and resource utilization study
Sažetak
Efficient data retrieval is essential for modern applications, especially when dealing with large and complex datasets. This paper explores the optimization of SQL query performance through strategic indexing and the use of various query structures. Central to this research is the Datawrap web application, designed to simplify query generation and provide detailed insights into execution times. The study evaluates the performance impact of clustered and non-clustered indexes, comparing query execution times on both indexed and non-indexed data. Additionally, it analyzes different JOIN operations, focusing on how query complexity and data volume influence execution speed. The findings highlight the benefits of efficient indexing and query optimization, with significant improvements in performance metrics, as well as an in-depth examination of resource utilization and system efficiency under various scenarios.
Ključne riječi
SQL Queries, performance analysis, datawrap application, index optimization, user experience