Reputation: 14744
I wonder which way is better to store images in memory:
BLOB
in DBor
What way is more efficient? I suppose that storing files' paths requires more operations because we need to refer to DB and then to file, but I'm not sure if this is less efficent than keeping whole images in DB.
Upvotes: 13
Views: 5693
Reputation: 17264
In a nutshell:
Let me know if you find any other criteria of judgement.
Upvotes: 7