On 9/27/05, Christopher Petrilli <[EMAIL PROTECTED]> wrote:
>
> On 9/27/05, Jay Sprenkle <[EMAIL PROTECTED]> wrote:
> > > I'm developing an open source project (a Data Access Grid) that
> > > uses internally the SQLite library as the storage method and I'm
> > > interested in your opinion about 4 questions:
> > >
> > > 1) SQLite can't deal with raw devices. Should be hard to patch the
> > > source to deal with raw devices?
> >
> > You'll have to write your own file system code (with locking).
>
> Seriously though, there's no reason for this. It's not going to help
> on performance unless you also add all sorts of multi-spindle
> management code. Having worked a lot with Oracle on raw-devices, it's
> only beneficial when you can throw lots of different spindles at it.



It might be good if you're implementing on many operating systems that
don't all do file system locking the same way or even at all...

Reply via email to