I have a script that downloads blob files, and works, but the download time for blob files off the server takes about 20 times longer than with regular files...
Does anyone know how to fix this problem. I already tried optimizing the table with: OPTIMIZE TABLE tbl_name
Thanks for any help....