How does PostGreSQL perform in case we have to store and use huge no of
images:
Eg 4000 – 10000 images, each approx 2 MB size.
The Questions that we have are:
How do we handle such huge no of images so that the application does not
slow down?
How does PostGreSQL use caching? In case of images does it cache?
Do you suggest having the images in a different database by itself?
Regards,
Suresh