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
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
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