From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ishi soichi Newsgroups: gmane.emacs.help Subject: local database types for personal use Date: Mon, 26 Dec 2011 09:42:08 +0900 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f839c1b4fbe2604b4f409ac X-Trace: dough.gmane.org 1324860142 7715 80.91.229.12 (26 Dec 2011 00:42:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2011 00:42:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 26 01:42:18 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Reyds-0004cp-HN for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Dec 2011 01:42:16 +0100 Original-Received: from localhost ([::1]:55109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Reydr-0007kt-Rn for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Dec 2011 19:42:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Reydm-0007kg-R2 for help-gnu-emacs@gnu.org; Sun, 25 Dec 2011 19:42:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Reydl-0003Ee-Nv for help-gnu-emacs@gnu.org; Sun, 25 Dec 2011 19:42:10 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:49786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Reydl-0003EY-Kt for help-gnu-emacs@gnu.org; Sun, 25 Dec 2011 19:42:09 -0500 Original-Received: by iacb35 with SMTP id b35so19248853iac.0 for ; Sun, 25 Dec 2011 16:42:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=itdVzbAM/IUejrFDqtyz3fLIHsSAVn4zTkFWOt7dXXk=; b=Bnplf7DRqtAvqvXZl/OCwlwiYDP2B4adTrwxFc/PlzJeZOf+t8Ppc5jpRKJq4ZiqEg g/B02eoBW8Z39++pNd+Fl1FkPhz/Yvg5RQjLI5nnoiCyQXfkch4dHSUHrmSPNgCGaXnf 30E6+RAHnMmQ3kJIyXxn8OWIwdRknkKPJYv7c= Original-Received: by 10.50.168.4 with SMTP id zs4mr23755047igb.28.1324860128083; Sun, 25 Dec 2011 16:42:08 -0800 (PST) Original-Received: by 10.43.131.138 with HTTP; Sun, 25 Dec 2011 16:42:08 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83254 Archived-At: --e89a8f839c1b4fbe2604b4f409ac Content-Type: text/plain; charset=ISO-8859-1 Hi. I have a question about database which can be easily used in Emacs. Since I have little experience in developing database, I need some advice for it. An entry of the database will be like, word : meaning : date it's encountered : where (file or URL) it's encountered : how often it has shown up so far : etc. There are various ways to implement such LOCAL database with Emacs. For example, hash-table assoc plain text csv splite and maybe others. Which method would you suggest for developing a local database like this? Not to mention that it has to be fast for searching and organizing. soichi --e89a8f839c1b4fbe2604b4f409ac Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi. =A0I have a question about database which can be easily used in Emacs.<= div>Since I have little experience in developing database, I need some advi= ce for it.

An entry of the database will be like,

word =A0: meaning=A0
=A0 =A0 =A0 =A0 =A0: dat= e it's encountered
=A0 =A0 =A0 =A0 =A0: where (file or URL) i= t's encountered
=A0 =A0 =A0 =A0 =A0: how often it has shown u= p so far
=A0 =A0 =A0 =A0 =A0: etc.


There are various ways to implement such= LOCAL database with Emacs. =A0
For example,=A0

hash-table
assoc
plain text
csv
splite
and maybe others.

Which meth= od would you suggest for developing a local database like this?
<= br>
Not to mention that it has to be fast for searching and organ= izing.

soichi

--e89a8f839c1b4fbe2604b4f409ac--