Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: jsonb and nested hstore
Дата
Msg-id CAM3SWZRLSf-k8rBS7LtYMNZ1BhfLf5FOyxg_dE8W-a8UuFBGDA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jsonb and nested hstore  (Oleg Bartunov <obartunov@gmail.com>)
Ответы Re: jsonb and nested hstore  (Tomas Vondra <tv@fuzzy.cz>)
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: jsonb and nested hstore
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: jsonb and nested hstore