Why vLLM takes 6.84 hours where speed-of-light is 15 minutes on AI-SQL queries

sh_reya · x · 2026-09-25

Running AI-SQL through hand-tuned vLLM baselines exposed two failures: heavy host overhead from many LLM calls, and KV cache eviction that forced reprocessing of 50 million extra tokens — a 6.84-hour query versus a 15-minute speed-of-light estimate. The author argues AI-SQL is a distinct workload (requests known upfront, KV plannable, throughput-oriented, entirely prefill), motivating the specialized inference engine Quail.

Original post →

More from Infra

Infra channel →