On 26/08/2010 16:08, Camila Dias wrote:
> Hello ,
>
> How can i see how many triples per day i have?
Hi,
It rather depends what you mean.
I expect the key query is
select count(*) from rdf_quad;
and then it's up to you how you'd like it presented:
a) use the scheduler to make things h
ok, Thanks !
regards,
Camila
On Thu, Aug 26, 2010 at 12:26 PM, Tim Haynes wrote:
> On 26/08/2010 16:08, Camila Dias wrote:
> > Hello ,
> >
> > How can i see how many triples per day i have?
>
> Hi,
>
> It rather depends what you mean.
>
> I expect the key query is
>
> select count(*) from
Hi Camila,
On Thu, Aug 26, 2010 at 11:08 AM, Camila Dias wrote:
> Hello ,
> How can i see how many triples per day i have?
Remember Virtuoso has triggers, procedures and a scheduler. So:
1. Cheap: Use the scheduler to store a count() each day
2. Sophisticated: Create a trigger so you can l
Hello ,
How can i see how many triples per day i have?
Thanks!
Regards,
Camila Dias