Hi, On Tue, 21.06.2011 at 07:30:51 -0700, Marc Perkel <supp...@junkemailfilter.com> wrote: > Thanks David but I need real time updating and it's spread across > multiple servers. So need PostgreSQL or MySQL.
just a shot in the dark: Maybe you can use mnesia, which is distributed and should be _quite_ fast. It's not SQL, however. http://www.erlang.org/doc/man/mnesia.html Disclaimer: I have no personal operating experience with it, but know that it is used as a backend store in ejabberd, which can serve _many_ users. Kind regards, --Toni++