- From: Parsa Ghaffari <parsa.ghaffari@gmail.com>
- Date: Thu, 29 Apr 2010 20:52:21 +0430
- To: public-sparql-dev@w3.org
Received on Thursday, 29 April 2010 16:30:22 UTC
Hi there, How different are these queries in terms of performance: 1) SELECT * WHERE { ?x foaf:name "John Smith"@en } 2) SELECT * WHERE { ?x foaf:name ?y. FILTER regex(?y,"^John Smith") } Regards, Parsa B. Ghaffari
Received on Thursday, 29 April 2010 16:30:22 UTC