From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt H To: 9fans@cse.psu.edu Subject: Re: [9fans] Getting started in Plan9 - help Message-Id: <20020122154239.26e94508.matt@proweb.co.uk> In-Reply-To: <20020122163615.A5520@cejchan.gli.cas.cz> References: <20020121203946.49EA219A27@mail.cse.psu.edu> <20020122163615.A5520@cejchan.gli.cas.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Tue, 22 Jan 2002 15:42:39 +0000 Topicbox-Message-UUID: 4083678e-eaca-11e9-9e20-41e7f4b1d025 On Tue, 22 Jan 2002 16:36:15 +0100 "cej@cejchan.gli.cas.cz" wrote: > > > > Of course, if there isn't much data, moving it into > > the file system might be an even better solution. > > > > Russ > > Could anyone show me how to do such a thing? (tables + relations --> filesys) man join man awk man sort man bind and some custom scripting is about as far as I've got my data is such that ls /data/content/*/*.txt works for me I'm trying to keep my data with a depth of one although I envisage being able to move to a more tree like structure to resolve inner joins and the like. Of course, you have to consider the performance issue of losing your indexes. Hopefully I'll be working a bit harder on it in a couple of weeks time when my current nightmare has ended ! M