Subject Images blobs in separate table
Author ger2112w
Hello All,

Background:
I have been reading a lot of posts on whether or not to store image
files in blobs. From what I've read the major issue with this is that
queries can be/are slowed by the blob. The common way to handle
images
is to store the image in the file system and a reference to it in a
column. This works in most cases, but in this particular case I have
such a high volume of images that filesystem limitations come into
play.

Image description: 2-page tiff aprox. size 24k
Current image count: 25,550,000
Daily addition: 7,000 +-

Questions:

1. If the image files/blobs were stored separate from the data in
their
own table, would there be an impact on overall database performance?

2. Can Firebird handle this volume of data?

Thanks,
-G