View Single Post
  #1 (permalink)  
Old 01-03-07, 06:37 PM
Augustino Augustino is offline
Newbie Coder
 
Join Date: Nov 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
GD Library (Blobs fields or Files)?

Hi

I need use GD, actually I have a script generating images using Blobs fields from My-SQL, the which is working very fine

I have read than using SQL, use more resources of the server

But, I think than reading the files using
fread() function, the execution time can be worst

Really for me is more important the execution time and the time to load the page than the resource usage

What Should I use?, Blobs Fields in MySQL or read files using GD Library and Why?

Best Regards and Happy Ney Year
Reply With Quote