After test an erlang framework to serve JSON API from a postgreSQL database, i remember that had installed CouchDB in my laptop, and why not use it with same data and try the performance load using the same httperf command.
The result of json from couchdb :
{
"total_rows": 2,
"offset": 0,
"rows": [
{
"id": "2f9bc9fb62f3e8fa19ace932b9000d9f",
"key": "2f9bc9fb62f3e8fa19ace932b9000d9f",
"value": {
"_id": "2f9bc9fb62f3e8fa19ace932b9000d9f",
"_rev": "1-0a77ba71f874dc7ca2b7d22893cf4882",
...