Hi all,

some additions to Sergio's reply:


2014-07-07 8:11 GMT+02:00 Sergio Fernández <wik...@apache.org>:
>
>
>
>  My main requirements are
>>
>> 1. Sparql Query speed like native memory storage like Jena TDB.
>>
>
> We do not have performance figure about the KiWi triple store in
> comparison win Jena TDB or other. If you get some, please share it with the
> community to have a reference.
>
> Please, take into account that KiWi is just the default triple store. In
> Marmotta you can easily use any Sesame-based triples store. Further details
> at:
>
> http://marmotta.apache.org/platform/backends


Right now, SPARQL is NOT very fast in KiWi (compared to Virtuoso, but still
faster than in some other Sesame backend). We are still working on
improving SPARQL performance, but since SPARQL is by its very nature a very
expressive query language not everything can be super-fast.


>  4. Text Search
>>
>
> That feature was not coming to Marmotta from LMF (
> http://lmf.googlecode.com). But you should be able to still use it by
> adding this dependency to your webapp launcher:
>
>   <dependency>
>     <groupId>at.newmedialab.lmf</groupId>
>     <artifactId>lmf-search</artifactId>
>     <version>3.2.0-SNAPSHOT</version>
>   </dependency>
>
> All details at http://code.google.com/p/lmf/wiki/ModuleSemanticSearch


This is not necessarily needed. The KiWi SPARQL implementation since last
version contains features for full-text search as part of SPARQL queries
when using PostgreSQL:

http://marmotta.apache.org/kiwi/sparql.html


Greetings,

Sebastian

Reply via email to