[SCL] equivalence of SCL, GXL, RDF, RDF/XML, and XML?

Stephen Waterbury golux at comcast.net
Fri Jun 10 19:30:07 CDT 2005


Rich Morin wrote:
> Or, using another approach, it is trivial to implement an edge list
> as an RDBMS table.  The tricky part seems to be finding better ways
> than raw SQL to retrieve the information.  Several groups are working
> on this problem, but I don't see a "category killer" emerging yet.

An interesting database that might better suited (than SQL-based
RDBMS's) to complex graphs is MonetDB (http://monetdb.cwi.nl/),
which is particularly targeted to high-performance handling of
OLAP, data mining, etc.  It has a very interesting architecture
in which SQL is but one type of front-end, and not the one
typically used for OLAP (which is essentially what processing
RDF-based graphs comes down to).

- Steve


More information about the SCL mailing list