Community

Another Look at Tuning Big Data Queries – The Queries

(Lockwood Lyon) Most DBMSs have a feature for analyzing query access paths called explain. Explain inputs a query, analyzes the multiple possible data access paths, assigns a cost to each one, and reports the final access path with the lowest cost. Here, cost is a function of CPU usage and disk I/O

Read More - Register for Free Membership

Tags: