I have a question: Is It possible to use an SQL (PostgreSQL or MySQL) to index cache_dir content? Each time that Squid needs a file (JPEG, text-file, etc), It´ll do a SELECT into the database and the response will be the cache subdir and filename. I think that Mysql and PostgreSQL are faster to do this search than Squid itself . Does anyone have and ideia how to implement this? Thanks!