Subject | Re: [firebird-support] Blob storage |
---|---|
Author | Milan Babuskov |
Post date | 2007-10-17T08:18:21Z |
diagnosysuk wrote:
That way you:
- still have a small database without Blobs
- have easy backup/restore procedure
- have no problems accessing the data
- have no problems with synchronization (you can use transactions that
span both databases for atomic changes).
--
Milan Babuskov
http://www.flamerobin.org
> I want to store a large number of blobs in a firebird database but IYou could use two databases: one for Blobs and other for all the rest.
> really want to only store a filename rather than the data (to make the
> database file smaller).
That way you:
- still have a small database without Blobs
- have easy backup/restore procedure
- have no problems accessing the data
- have no problems with synchronization (you can use transactions that
span both databases for atomic changes).
--
Milan Babuskov
http://www.flamerobin.org