Thanks. Yeah, the transactional consistency was one area that I didn't like the storing it yourself approach. But, yeah, it probably isn't a big deal to have some lingering files.
On Monday, January 27, 2014 5:59:17 PM UTC-6, Kartweel wrote: > > On 28/01/2014 3:41 AM, [email protected] <javascript:> wrote: > > Storing the content yourself on the filesystem and link the content to a > path column on a database table? > > > I do the latter in my project. But you lose any transactional consistency > unless you create a complex mechanism. So I'm sure I have a few lingering > BLOBS that aren't referenced anywhere :) > > Works well for me. It makes backups a million times quicker... > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
