Skip to content
Articles

Parameter Sniffing

Unusual Parameter Sniffing: Big Problems with Small Data
Sql Server thg 9 2, 2026 5 min read

Unusual Parameter Sniffing: Big Problems with Small Data

Normally when we think about parameter sniffing, we think about a tiny data vs big data problem: the tiny data’s plan goes in first, and when we try to process big data, performance is terrible. But sometimes, it’s the exact opposite. I’...

By Huy Vũ