Strange. MongoDB has been consistently the fastest database I've ever used. Especially if your data model is document orientated.
(Apples to oranges, sure, but Postgres has the capability to be a great document store as well.)
> Especially if your data model is document orientated.
You shouldn't be using MongoDB for anything but documents.