« Return to Thread: Mumps M/DB and M/DBX

Re: Mumps M/DB and M/DBX

by Viktor Sovietov :: Rate this Message:

Reply to Author | View in Thread

Hi Knuth

MUMPS concept is really powerful, but the good part of this power
exists because MUMPS interpreter is the part of DB engine and MUMPS
code is able to operate with native datastructures without any
transformations (like marshalling/unmarshalling). MUMPS databases are
fast and very scalable, but IMHO it would be difficult to avoid
dramatic drop of performance on bridge between Erlang and MUMPS.
Unfortunately.
Some time ago I tried to create Erlang/OTP-based replacement for MUMPS
with using tuples and lists to represent hierarchical index, but it
seemed that no one was interested to use such database.

Sincerely,

--Victor


On Jul 4, 1:59 am, Kunthar <kunt...@...> wrote:

> I'd really appreciated to get pros and cons, if anyone used before
> those DB types.
> What you think about GT.M and extended clone of M/DB?
>
> http://www.mgateway.com/http://groups.google.co.uk/group/mdb-community-forumhttp://www.fidelityinfoservices.com/FNFIS/Markets/NonfinancialIndustr...
>
> Peace
> \|/ Kunth
>
> ________________________________________________________________
> erlang-questions mailing list. Seehttp://www.erlang.org/faq.html
> erlang-questions (at) erlang.org

________________________________________________________________
erlang-questions mailing list. See http://www.erlang.org/faq.html
erlang-questions (at) erlang.org

 « Return to Thread: Mumps M/DB and M/DBX