Re: [sqlite] BerkleyDB pager?

2005-07-03 Thread Nathan Kurz
On Sun, Jul 03, 2005 at 02:14:45PM -0400, Andrew Athan wrote: > >>I'm investigating embedded databases for an upcoming project, and I came > >>upon this thought: Wouldn't an SQLite pager that uses > >>Sleepycat/BerkleyDB be quite interesting? Maybe you could clarify a bit more what you are

Re: [sqlite] BerkleyDB pager?

2005-07-03 Thread Andrew Athan
Are we talking about the same sleepycat? BerkleyDB (Sleepycat) is open source, available here: http://www.sleepycat.com/products/db.shtml Basically I am thinking that some of BerkleyDB's locking granularity and distribution/replication/etc. features might be interesting within the context

Re: [sqlite] BerkleyDB pager?

2005-07-03 Thread Clay Dowling
Andrew Athan said: > > I'm investigating embedded databases for an upcoming project, and I came > upon this thought: Wouldn't an SQLite pager that uses > Sleepycat/BerkleyDB be quite interesting? It would be of fairly limited value for a lot of us however. For projects which don't release

[sqlite] BerkleyDB pager?

2005-07-02 Thread Andrew Athan
I'm investigating embedded databases for an upcoming project, and I came upon this thought: Wouldn't an SQLite pager that uses Sleepycat/BerkleyDB be quite interesting? Andrew