![]() |
Sergey Kornilov admin 1/16/2008 |
Storing large files in a file system sounds like a good idea. |
J
|
Jepsen 1/17/2008 |
Wondering if anyone has experienced this and would share any solutions or opinions. I've created a php app that is storing a 80M pdf in Oracle as a blob data type and I created a php app that stores the same 80M pdf file in a file system. Once the file is commited to the database blob all php page accesses are very slow. If I delete the pdf data row access is fast once again. Storing the pdf in a file system, page access is fast always.
|