Embedded database recommendations?

2007-02-21 Thread Drew Van Zandt
Hey guys... I'm shopping for an open-source database for embedded use, biggest expected install around 230 million records stored per month. From google research I think I've narrowed it down to SQLite or Firebird (postgre and mysql aren't embeddable enough, etc.) but I could really use some

Re: Embedded database recommendations?

2007-02-21 Thread Christopher Schmidt
On Wed, Feb 21, 2007 at 09:57:39AM -0500, Drew Van Zandt wrote: Hey guys... I'm shopping for an open-source database for embedded use, biggest expected install around 230 million records stored per month. From google research I think I've narrowed it down to SQLite or Firebird (postgre and

Re: Embedded database recommendations?

2007-02-21 Thread Kevin D. Clark
Drew Van Zandt [EMAIL PROTECTED] writes: I'm shopping for an open-source database for embedded use, biggest expected install around 230 million records stored per month. If it does what you want, you should consider BerkeleyDB too. Regards, --kevin -- GnuPG ID: B280F24E

Re: Embedded database recommendations?

2007-02-21 Thread Ray Cote
At 9:57 AM -0500 2/21/07, Drew Van Zandt wrote: Hey guys... I'm shopping for an open-source database ... narrowed it down to SQLite or Firebird A little bit of experience with SQLite and a fair bit of experience with Firebird. Firebird is pretty darn robust and quick. We have it built

Re: Embedded database recommendations?

2007-02-21 Thread Bill McGonigle
On Feb 21, 2007, at 09:57, Drew Van Zandt wrote: I think I've narrowed it down to SQLite or Firebird (postgre and mysql aren't embeddable enough, etc.) but I could really use some group discussion to help me make up my mind and make sure I haven't missed something better than those two. I've