From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailhost.rdmcorp.com (world.rdmcorp.com [204.225.180.10]) by ozlabs.org (Postfix) with ESMTP id 50ED567B5F for ; Thu, 23 Jun 2005 08:36:45 +1000 (EST) Received: from [10.1.1.113] (10.1.2.1) by mailhost.rdmcorp.com (Worldmail 1.3.167) for linuxppc-embedded@ozlabs.org; 22 Jun 2005 18:11:23 -0400 Date: Wed, 22 Jun 2005 18:11:21 -0400 (EDT) From: "Robert P. J. Day" To: Embedded PPC Linux list Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [OT?] recommendations for a small footprint DB for PPC system? List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , any recommendations for a small, relational database that can be cross-compiled with ELDK 3.1.1 for a PPC system? it's not going to be holding a lot of records (about 1000, more or less), and will be initialized and loaded at system boot time, at which point the majority of operations will be read, with only occasional writes. thoughts? rday