Retrieving images when database is in remote location...
Posted
by
sasidhar
on Stack Overflow
See other posts from Stack Overflow
or by sasidhar
Published on 2010-12-26T18:27:28Z
Indexed on
2010/12/26
18:54 UTC
Read the original article
Hit count: 141
Hi everyone,
I am developing an application using java, my application would be accessed by number of different users simultaneously and the database resides in a central server. The access of the database from remote server is handled by just giving the appropriate IP of the server in the hibernate configure file. My question is, i have to store a picture regarding each user of the database, i heard that storing the image in the database and retrieving it from the database is not advised and has negative impact on the performance. Is it so ?
What are the other possible ways i can implement this ? What is the best way to do it..?
Please help....
© Stack Overflow or respective owner