hi, any tip on how best to work with database images?
i need to display images on each page in my application, the images are stored in the database.Going to the database on each page hit for a data fetch will not make this application scalable. how best can i work around this. the images depends on each unique user (session) using the application, so i cant cache this data. note, how to fetch is not the issue but implementing sometime more scalable along with less resources (database access, CPU , server memory etc)


any tips?thanx