From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C4D9576.B9E65764@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] Database implementation References: <20020121203946.49EA219A27@mail.cse.psu.edu> <20020122163615.A5520@cejchan.gli.cas.cz> <20020122154239.26e94508.matt@proweb.co.uk> <20020122174240.A5588@cejchan.gli.cas.cz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 22 Jan 2002 17:38:14 +0100 Topicbox-Message-UUID: 409442d4-eaca-11e9-9e20-41e7f4b1d025 cej@cejchan.gli.cas.cz wrote: > I would like to know your opinion(s) about how to implement a relational > database in Plan 9 (both client and server sides, if needed). I think you really need to narrow the problem down. It's like o/s stuff; a general purpose o/s is probably not what you want if you need 'reponse time to an event to be such and such a time'. Sometimes a grep and an awk will do :) A file-system + simple tools RDB would be cool (as russ pointed out in a previous posting).