On 11/7/05, Cary Gordon <[EMAIL PROTECTED]> wrote: > > You might want to look at HSQLDB <http://hsqldb.org/web/hsqlFeatures.html>. > It is all Java, lightweight and has a nice feature set. It also has a > version that runs in memory, which is kind of interesting.
There's also a few other choices that have JDBC drivers/wrappers Firebird http://firebird.sourceforge.net/ SQLite http://www.sqlite.org/ And of course the "lite" version of MS-SQL (MSDE 2000 or SQL Server Express 2005). Other choices include MS Access, text files using the appropriate driver. It all depends on what you mean by "low resource" -- a 1GB db is ~1GB db in every database. I personally think MySQL is the best balance of weight to performance for many typical web-related applications, but for something *really* simple (like maybe a configuration database for an application), SQLlite is a great choice, as is Firebird. > > Cary Gordon > The Cherry Hill Company > > -----Original Message----- > From: Greg Morphis [mailto:[EMAIL PROTECTED] > Sent: 06 November 2005 23:20 > To: CF-Talk > Subject: Re: low resource rdbms > > Anyone have any suggestions? > > On 11/6/05, Greg Morphis <[EMAIL PROTECTED]> wrote: > > What's the best free low resource RDBMS? > > I'm currently using Postgres, does MySQL use less? > > Has anyone installed the Oracle Express DBMS? It's a large install > > 100+MB, how is it on resources? > > > > -- > > Auxilium meum a Domino > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223550 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

