It's Almost Always the Queries, Part IV: When the Sort Spills
TL;DR
A database alerting on memory pressure is almost never a workload that needs more RAM. The dangerous allocation is per-sort, per-hash, per-connection and transient, so the instance-level memory graph never shows it until data size and concurrency line up at the same instant. The exception is a genuinely large working set with...
评论
?
参与讨论