On Tue, Nov 30, 2010 at 1:18 PM, Andy Kriger <andy.kriger@REDACTED> wrote: > In SQL, it's possible to request specific fields on a table. > Is it possible to do something similar in mnesia? No, not if the purpose is to gain performance. Otherwise you can use mnesia:select/2 or qlc. /Håkan