Earlier quoted context omitted.
> PostgreSQL performed very well Despite the fact that you crippled it by not using jsonb columns.
Why so hostile? Personally, I assume this is just an instance of them not being PostgeSQL experts. So, before jumping to conclusions (namely that they deliberatly skewed their test, despite being very open in the way they described the setup), I'll instead wait and see -- perhaps they'll explain why they used json instead of jsonb, or perhaps (better!) they can updat the test to also include jsonb.
http://www.postgresql.org/docs/9.4/static/datatype-json.html
You can also see that the very first link outside of the official documentation:
https://www.compose.io/articles/is-postgresql-your-next-json...
Explains the benefits of jsonb and how to use indexes.
If you're going to include a database, at the very least do 20 minutes of research on it. If that can't be given, then just don't include something.
That's like saying "I've just installed MongoDB and read the intro documentation page, I'm now going to benchmark it against a MySQL cluster, which I have years of experience with, and that I helped develop." (E.g.: they developed ArangoDB, so they should be experts in at least that, right?)