select on tuple in mnesia

Rapsey rapsey@REDACTED
Fri May 14 09:05:37 CEST 2010


If I have a tuple saved in an indexed field in mnesia, something like this:
-record(mnesia_record,{key,val})
#mnesia_record{key = {atom1,something}, val = "blabla"}

Will select call for all keys that are of the {atom1,_} pattern use an
index, or will it have to scan the whole table?


thank you,
Sergej


More information about the erlang-questions mailing list