Indexes, Hashes & Compression
Posted in Semantic Web, tagtriples, data, indexing on Jul 26th, 2007 3 Comments »
The new triplestore is coming along. It can do substring text searches (using a suffix array) and has a basic relational query engine. It doesn’t optimise the query plans yet, but if you enter the queries in a good order (most selective clauses first) then you get good performance.
A few things have changed in my […]
