List the 10 biggest messages
db.messages.find( ).sort( { size : -1 } ).limit(10)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
db.messages.find( ).sort( { size : -1 } ).limit(10)