Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Pipe Lines - A really basic question
Date: Thu, 09 Sep 2010 20:29:46
Message-Id: i6bg0g$2fg$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Pipe Lines - A really basic question by Florian Philipp
1 On 2010-09-09, Florian Philipp <lists@f_philipp.fastmail.net> wrote:
2
3 > When you look closer at `sort`, it is actually a quite impressive
4 > tool. It sorts in-memory for small amounts of data and switches to
5 > temporary files for larger. It can even compress those files to save
6 > disk space.
7 >
8 > And it is still faster than most "business-grade" software for
9 > importing data into data warehouses.
10 >
11 > Throw `cut`, `paste`, `join` and `grep` into the mix and you can
12 > build your own relational database system based on shell scripts ;)
13
14 Sort of linke /rdb: http://www.rdb.com/
15
16 --
17 Grant Edwards grant.b.edwards Yow! Am I in Milwaukee?
18 at
19 gmail.com

Replies

Subject Author
Re: [gentoo-user] Re: Pipe Lines - A really basic question Florian Philipp <lists@××××××××××××××××××.net>