How do you figure that loading a static file is the same as a DB query? Even if the actual finding of the bits on the hard drive and sending them across the wire is close to the same, you don't need a database running. You get to shut down an entire process, or depending on your architecture, an entire server.
Heck, once CDNs and caching get involved, I wonder how many requests will even hit your HTTP process at all.