What kind of images are these?

How large? What format? Is there a logical reason why these image objects
(which are inherently more suited to hierarchical stores like file-systems)
need to be in a DB?

I would only recommend BLOBs if the object count is 100,000 or less and if
the image size is under 100KB. Otherwise, be prepared to throw significant
resources to your DB infrastructure in order to keep it performant.

There are more suitable options for what you are trying to achieve.

Cheers,

Zubin.

Reply via email to