On 11/14/05, Brian Moseley <[EMAIL PROTECTED]> wrote: > Stefan Guggisberg wrote: > > > i'd suggest you give DerbyPersistenceManager a try. > > is there a best practice wrt storing blobs, either in the db or externally?
the benefit of storing blobs in the file system is improved read/write performance, the drawback is that it is non transactional. the exact opposite is true for storing the blobs in the db... cheers stefan