Re: PostgreSQL as a triple store

From: Jimmy Thrasibule <thrasibule(dot)jimmy(at)gmail(dot)com>
To: Chris Travers <chris(dot)travers(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL as a triple store
Date: 2014-08-12 14:57:32
Message-ID: CAMqSRmB1XCYpSLK1PnskQMk_Z6whN85w006YZSAGiuw8XYbXXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is there a reason why hstore or json is not an option? That may work a lot
> better than this approach.

I don't want to move away from SQL common features so I can have a
test environment using SQLite and deploy on PostgreSQL. This approach
looks elegant and simple to me. Using a new table per attribute type
or even per attribute for the values, I can easily index them for
quick lookups.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dushy 2014-08-12 15:18:26 Postgres 9.3 tuning advice
Previous Message Jonas Xie 2014-08-12 14:14:51 Re: PostgreSQL as a triple store