Benchmarking – SQL with and without index
Everybody likes when processes are running at optimal performance. SQL queries is a typical example where the answer of the two equal queries can be delivered with different speed. Indexes on a table can have a large impact on the…