On Fri, May 17, 2013 at 08:58:53AM -0700, Quanah Gibson-Mount wrote:
> --On Friday, May 17, 2013 10:02 AM -0400 "David F. Skoll"
> <d...@roaringpenguin.com> wrote:
> 
> >On Fri, 17 May 2013 15:52:26 +0200
> >Axb <axb.li...@gmail.com> wrote:
> >
> >>With that amount of traffic, you might want to look into the trunk SA
> >>3.4 Redis backend.
> >
> >Yes, I would have thought a SQL database would be completely
> >inappropriate for Bayes lookups.  You just want a blazingly fast
> >key/value lookup.
> 
> Personally I wish SA supported LMDB.
> 
> Of course, since Redis *can* be backed with LMDB, that may be a solution. ;)

Eh, why would you need to back Redis with anything else? Everything is
lightning fast _in-memory_ as is.  Data is periodically backed up to disk
which takes few seconds every hour or so.  That's more than enough
redundancy for Bayes data.

Reply via email to