Re: [Virtuoso-users] faster way to do count(*)

2010-02-07 Thread Nathan
Patrick van Kleef wrote: > Hi Natha, > >> is there a faster way to do: SELECT count(*) where { ?s ?p ?o } (ie >> count all triples in a graph) - quite sure there was a procedure for >> this but I've totally forgotten it! > > There should not be a need to use the stored procedure as the V6 codegen

Re: [Virtuoso-users] faster way to do count(*)

2010-02-07 Thread Patrick van Kleef
Hi Natha, > is there a faster way to do: SELECT count(*) where { ?s ?p ?o } (ie > count all triples in a graph) - quite sure there was a procedure for > this but I've totally forgotten it! There should not be a need to use the stored procedure as the V6 codegen will now generate exact same execut

[Virtuoso-users] faster way to do count(*)

2010-02-07 Thread Nathan
Hi All, is there a faster way to do: SELECT count(*) where { ?s ?p ?o } (ie count all triples in a graph) - quite sure there was a procedure for this but I've totally forgotten it! Regards, Nathan