From: mru@kth.se (Måns Rullgård)
To: linux-kernel@vger.kernel.org
Subject: Re: Implementing SQL on files
Date: Sat, 14 Feb 2004 17:04:07 +0100 [thread overview]
Message-ID: <yw1xk72py7ew.fsf@kth.se> (raw)
In-Reply-To: 1076773002.20087.42.camel@aratnaweera.enetsl.virtusa.com
Anuradha Ratnaweera <anuradha@linux.lk> writes:
> Hi all,
>
> I am starting to write some code to add a feature which I think would be
> very useful, and like to get comments and suggessions from LKML. Please
> ignore this mail if it sounds like nonsense ;-)
>
> Also, if this is already happenning somewhere, please enlighten me.
>
> Short version: This feature will add a "table" file type and SQL
> executioin premitives to the kernel, and also relevent userspace
> programs.
Things like SQL belong in user space.
[...]
> Using the userspace tools, one can create a "table" file (say
> maintainers), and insert the data to that file. Each file (or may be
> filesystem) has two characters (or strings) associated with them: field
> seperator and record seperator. Say, colon and newline. If I cat the
> file:
>
> % cat maintainers
> David Weinehall:2.0
> Alan Cox:2.2
> Marcelo Tosatti:2.4
> %
>
> Now, if I want to add something to the table, either I can use the
> relevenet userspace tools, but the following also will work.
>
> % echo 'Linus Torvalds:2.6' > maintainers
/etc/passwd
--
Måns Rullgård
mru@kth.se
next prev parent reply other threads:[~2004-02-14 16:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-14 15:36 Implementing SQL on files Anuradha Ratnaweera
2004-02-14 16:04 ` Måns Rullgård [this message]
2004-02-14 16:21 ` Jon Smirl
2004-02-15 5:39 ` Hans Reiser
2004-02-16 4:27 ` Anuradha Ratnaweera
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yw1xk72py7ew.fsf@kth.se \
--to=mru@kth.se \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox