New trading systems platform
Mickael Remond
mickael.remond@REDACTED
Mon Jul 11 17:42:47 CEST 2005
Joel Reymont wrote:
> Doesn't the Berkley DB cost a lot of money for commercial usage?
I suppose, if you want to use in in closed source version.
However, what is interesting in the Synapse approach, is that you keep
Mnesia as is but change the backend. Depending on your needs you can use
different backends.
This is interesting because you will not use the same backend for
real-time in-ram database or for huge on disk storage.
You could also decide to choose your backend depending on your licensing
requirement.
This architecture looks like MySQL one:
http://www.tm-research.com/manuals/databases/mysql/architecture.png
Note that on this schema, the RAM backend for MySQL is Network DataBase
(NDB), which use to be an Ericsson product.
--
Mickaël Rémond
More information about the erlang-questions
mailing list