breakfastcerealkillr / photohunt

Automatically exported from code.google.com/p/photohunt
0 stars 0 forks source link

Storing links of images in the database #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think storing links of the images is better than storing the images in
the database.  First, it is easy to migrate to a different database server
in the future.  Second, it is easy to implement.  Look at the links below
for more reasons

http://www.datanamic.com/support/storeimagesinthedatabase.html

http://databases.aspfaq.com/database/should-i-store-images-in-the-database-or-th
e-filesystem.html

http://forums.mysql.com/read.php?20,17671,27914

Original issue reported on code.google.com by kiethuyn...@gmail.com on 8 Nov 2007 at 8:02

GoogleCodeExporter commented 8 years ago

Original comment by kiethuyn...@gmail.com on 8 Nov 2007 at 8:02

GoogleCodeExporter commented 8 years ago
Stored pictures in database by storing the binary data in the database.

Original comment by keoki....@gmail.com on 24 Nov 2007 at 9:10