Hi
I should design a scanned document archive .
Is it good to store images in database ? (100,000,000 scanned image)
or its better to store
string which point to image in file system .
how about converting all images to SCV and storing them in database?
what is best practice for this situation.
thank you very much.