Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: jsonb and nested hstore
Date
Msg-id CAM3SWZRLSf-k8rBS7LtYMNZ1BhfLf5FOyxg_dE8W-a8UuFBGDA@mail.gmail.com
Whole thread Raw
In response to Re: jsonb and nested hstore  (Oleg Bartunov <obartunov@gmail.com>)
Responses Re: jsonb and nested hstore  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-hackers
For the benefit of anyone that would like to try the patch out, I make
available a custom format dump of some delicious sample data. I can
query the sample data as follows on my local installation:

[local]/jsondata=# select count(*) from delicious ; count
---------1079399
(1 row)

[local]/jsondata=# \dt+ delicious                    List of relationsSchema |   Name    | Type  | Owner |  Size   |
Description
--------+-----------+-------+-------+---------+-------------public | delicious | table | pg    | 1174 MB |
(1 row)

It's available from:
http://postgres-benchmarks.s3-website-us-east-1.amazonaws.com/jsondata.dump

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: jsonb and nested hstore
Next
From: Tomas Vondra
Date:
Subject: Re: jsonb and nested hstore