Hi there,

I am trying to use Virtuoso for metadata of city-scale sensor database. (
metroinsight.io).

I wonder if there is a way to optimize certain SPARQL query pattern. I
often query this:
```sparql
select ?s where {
  ?s base:name ex:mySensor1 .
}
```

I could optimize it by caching those with Redis or else, but I wonder if I
can force indexing "name" properties in Virtuoso.

Thank you!


With regards,
Jason Koh
cseweb.ucsd.edu/~jbkoh
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to