Bastien Koert a écrit :
We used to do that here, and there was significant performance impact after the database got to be about 12Gb, with minor impact showing after only a few Gb. I ended up having to write a script that stripped all the data from the Db into the file system.
What engine did you run ? With innodb, blobs are stored in separate files, so it doesn't impact the engine performances (they are other problems, like file caching not available).
-- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php