-
Website
http://clarkparsia.com/weblog/ -
Original page
http://clarkparsia.com/weblog/2008/03/23/owlgres-scalable-db/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
danja
11 comments · 4 points
-
Dave Beckett
1 comment · 2 points
-
Kendall
23 comments · 1 points
-
drewpca
1 comment · 1 points
-
-
Popular Threads
There will be a first public release soonish; we'll be giving demos at OWLED next week, and I think some Ordnance Survey folks will be there. After that, we'll make a public release.
there is an attempt from the EPFL to add such support to Oracle. OwlGres is targetted at Postgres.
Definitely there is something to investigate, it seems :)
From a developper point of view, I have a concern.
Is it possible to abstract such a technology from the RDBMS?
So we are not tied to a given "vendor".
Or does it require fine tuning of the database internals?
I can't speak for the other projects, but Owlgres isn't Postgres-specific or even tied to Postgres. We developed it with Postgres in mind, but we don't any Postgres internals tweaking. Owlgres exists purely at the JDBC level, except for database-specific setup code.
So we could easily make Owlgres work for Oracle or DB2, and probably will do so at some point.
To get the *most* performance, one might tweak some DB internals (which is one reason we *prefer* Postgres), but so far that's not been necessary.
I'm PostgreSQL developer and would like to work on effective
RDF storage in PostgreSQL in the framework of our astronomical
project "Astronet" (www.astronet.ru). We developed and maintain
GiST and GIN indexing framework as well as text search and other
PostgreSQL extensions. I'm not an expert in ontology technologies
yet and have no practical experience. If you have any specific postgreSQL problems or ideas how to improve performance of semantic queries, don't hesitate to communicate.
Best regards,
Oleg