To my knowledge changing BLOB storage from database to files affects only items that are uploaded from that point forward. If you want to free up database space consumed by existing BLOBs you'd have to manually migrate those to files and probably also update the references. Only after doing that you could then remove the migrated BLOBs from the database and optimize the table to free the space.