Re: [PERFORM] Hstore VS. JSON

2013-07-16 Thread Merlin Moncure
On Tue, Jul 16, 2013 at 10:33 AM, Andrew Dunstan wrote: > > On 07/16/2013 11:05 AM, Niels Kristian Schjødt wrote: >> >> Hi, >> >> I'm in the process of implementing a table for storing some raw data in >> the format of a hash containing one level of keys and values. The hash can >> be quite big (u

Re: [PERFORM] Hstore VS. JSON

2013-07-16 Thread Andrew Dunstan
On 07/16/2013 11:05 AM, Niels Kristian Schjødt wrote: Hi, I'm in the process of implementing a table for storing some raw data in the format of a hash containing one level of keys and values. The hash can be quite big (up to 50 keys pointing at values varying from one to several hundred char

[PERFORM] Hstore VS. JSON

2013-07-16 Thread Niels Kristian Schjødt
Hi, I'm in the process of implementing a table for storing some raw data in the format of a hash containing one level of keys and values. The hash can be quite big (up to 50 keys pointing at values varying from one to several hundred characters) Now, I'm in doubt whether to use JSON or Hstore