EnterpriseDB / pg_nosql_benchmark

A tool which can be used to benchmark PostgreSQL (JSONB) and MongoDB (BSON)
Other
217 stars 44 forks source link

store mongo result in local variable #6

Closed tjwebb closed 9 years ago

tjwebb commented 9 years ago
cbandy commented 9 years ago

The equivalent in PostgreSQL would be to execute a query in PL function without returning rows to the client.

gurjeet commented 9 years ago

The code changes deemed unnecessary. See #5.