I am not sure what you would call complex, but my application has 43 models (tables) and 23 controllers, all on Mnesia and of course all without SQL.
I suspect that I am paying a price in performance, but my application is such that scalability is not a major issue. BTW I would be interested to know if anyone else is using Mnesia. On 1 January 2015 at 20:39, David Welton <[email protected]> wrote: > On Wed, Dec 31, 2014 at 11:39 AM, Graeme Defty <[email protected]> > wrote: > > > > This may not be important to you, but bear in mind that record Ids are > an opaque data element, and your code will break with other databases. I > use the whole string as the record key in Mnesia, and I suspect the (at > least some of) the non-SQL databases do the same thing. > > I don't think it's possible to write a complex application without > going to SQL (or whatever low-level thing people use for other > systems), as things currently stand. > > -- > David N. Welton > > http://www.welton.it/davidw/ > > http://www.dedasys.com/ > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CA%2Bb9R_sJiHUUg5FP2tLwb%3DdYADKCKs_P3Lt9O%3DK6h8TS4fS88g%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAKF5fiDr%3DTr%2BK-Wi5F95p8SKFrW4cf1jk7mWKzHua0iPVxYtPQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
