[erlang-questions] ETS ordering

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Fri Feb 28 18:03:22 CET 2014


On Fri, Feb 28, 2014 at 5:55 PM, lud <ludovic@REDACTED> wrote:

> {{ItemTypeID,Price,OrderID},Quantity,BuyerID}
>

This is a common trick which can often be used to satisfy these kinds of
things. I use it quite often.

However, given your situation, you may want to take the plunge and move the
whole thing to mnesia. It gives you a lot of added power which you can
avoid reimplementing yourself. Even if you don't need that extra power now,
you need to figure out if it is necessary later.



-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140228/e03d4c7d/attachment.htm>


More information about the erlang-questions mailing list