all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: Re: persistent lisp objects
Date: Tue, 27 Oct 2009 15:18:34 -0500	[thread overview]
Message-ID: <87ocns8uat.fsf@lifelogs.com> (raw)
In-Reply-To: 87hbtn6a6t.fsf@tux.homenetwork

On Sun, 25 Oct 2009 11:26:50 +0100 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 

TV> somebody write something to save hash-table, lists, etc... in a data
TV> base.

I think this is worth pursuing, and I've brought it up before.  What
persistence layer would be good so external databases can be "plugged"
in?  Ideally it should be able to handle everything from flat files and
SQLite to cloud storage (e.g. Amazon S3), user-defined code, and
traditional RDBMSs.

It should also be able to cache the data intelligently and be able to
force a cache update, like Memcached.  Does something like this exist?

I think hash tables are a good single choice for the data structures.  A
hash table tied to the persistence layer is easier to cache, iterate,
and control than generic lists.  Supporting both hash tables and lists
is extra work for little gain IMO.

Ted





  parent reply	other threads:[~2009-10-27 20:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-29  8:50 persistent lisp objects Thierry Volpiatto
2009-10-01  8:14 ` Thierry Volpiatto
2009-10-07 16:53   ` Drew Adams
2009-10-07 22:03     ` Stefan Monnier
2009-10-07 22:10       ` Drew Adams
2009-10-08  5:11         ` Stephen J. Turnbull
2009-10-25 10:33           ` Thierry Volpiatto
2009-10-25 10:26       ` Thierry Volpiatto
2009-10-25 15:05         ` Stefan Monnier
2009-10-27 20:18         ` Ted Zlatanov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-02 20:55 MON KEY
2009-10-03  3:36 ` Stefan Monnier
2009-10-03 19:19   ` MON KEY
2009-10-03 20:13 ` Richard Stallman
2009-10-04  0:15   ` MON KEY
2009-10-04 21:03     ` Richard Stallman

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=87ocns8uat.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.