Hi All, Does anyone have an idea of how to limit size of result set in mnesia similar to the effect of LIMIT clause in the SQL query below in MySQL? SELECT * FROM Topic LIMIT 5; Best regards, Ahmed Al-Issaei