Re: [sqlite] Enhancements for SQLite

2005-09-27 Thread Jay Sprenkle
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 q

Re: [sqlite] Enhancements for SQLite

2005-09-27 Thread D. Richard Hipp
On Tue, 2005-09-27 at 13:40 +0200, Joxean Koret wrote: > Why not use mmap, munmap, mprotect, mlock, etc... system calls? > You ever tried to mmap a 10GiB database file into the memory of processor with a 4GiB address space? -- D. Richard Hipp <[EMAIL PROTECTED]>

Re: [sqlite] Enhancements for SQLite

2005-09-27 Thread Christopher Petrilli
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 har

Re: [sqlite] Enhancements for SQLite

2005-09-27 Thread Jay Sprenkle
On 9/27/05, Joxean Koret <[EMAIL PROTECTED]> wrote: > > Hi list! > > 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 b

[sqlite] Enhancements for SQLite

2005-09-27 Thread Joxean Koret
Hi list! 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? 2)