Re: PostgreSQL as a triple store - Mailing list pgsql-general

From Jimmy Thrasibule
Subject Re: PostgreSQL as a triple store
Date
Msg-id CAMqSRmB1XCYpSLK1PnskQMk_Z6whN85w006YZSAGiuw8XYbXXQ@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL as a triple store  (Chris Travers <chris.travers@gmail.com>)
Responses Re: PostgreSQL as a triple store  (Raymond O'Donnell <rod@iol.ie>)
Re: PostgreSQL as a triple store  (Bill Moran <wmoran@potentialtech.com>)
List 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.


pgsql-general by date:

Previous
From: Jonas Xie
Date:
Subject: Re: PostgreSQL as a triple store
Next
From: Ramesh T
Date:
Subject: Re: pgcluu