Hi, Any suggestion on how to do PostgreSQL benchmarking for Document Store
database(Nosql/jsonb). I found this
https://github.com/EnterpriseDB/pg_nosql_benchmark while searching google.
Please advise if there anything latest available.
Thanks.
Any suggestions on copying .json which is exported from couchbase
using cbexport json. I used copy command but most of them are throwing
error.
pgdocstore=# copy schaname.tablename from 'path/filename.json';
ERROR: invalid input syntax for type json
DETAIL: Token "H" is invalid.
.
Rushikesh Socha
Edison,NJ,USA
Cell : +1 860 794 4643
On Mon, Jan 13, 2020 at 2:24 PM Adrian Klaver
wrote:
> On 1/13/20 11:15 AM, Rushikesh socha wrote:
> > HI, Is there any good link that shows how to install pg_stat_statements
> > extension
>
> Postgres version?
>
> H
HI, Is there any good link that shows how to install pg_stat_statements
extension
I am getting below error
postgres=# CREATE EXTENSION pg_stat_statements;
ERROR: could not open extension control file
"/usr/pgsql-11/share/extension/pg_stat_statements.control": No such file or
directory
Thanks.