I have to read an image in a servlet and show it in a response on JSP. For the performance purpose, i need to know which storage medium will result in maximum performance for IMAGE READING.
- Reading images from the DISK (some location on the server)
- From Database
keeping in mind that these images will be in millions(3 million plus) and will increase over time. thanks