Re: jsonb and nested hstore

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: obartunov(at)gmail(dot)com
Cc: Tomas Vondra <tv(at)fuzzy(dot)cz>, Greg Stark <stark(at)mit(dot)edu>, Bruce Momjian <bruce(at)momjian(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-03-14 22:06:39
Message-ID: CAM3SWZRLSf-k8rBS7LtYMNZ1BhfLf5FOyxg_dE8W-a8UuFBGDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 relations
Schema | 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2014-03-14 23:57:52 Re: jsonb and nested hstore
Previous Message Peter Geoghegan 2014-03-14 21:54:04 Re: jsonb and nested hstore