Re: [Virtuoso-users] count triples per day

2010-08-26 Thread Camila Dias
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

Re: [Virtuoso-users] count triples per day

2010-08-26 Thread Aldo Bucchi
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

[Virtuoso-users] count triples per day

2010-08-26 Thread Camila Dias
Hello , How can i see how many triples per day i have? Thanks! Regards, Camila Dias

Re: [Virtuoso-users] does backup_online() do a checkpoint internally?

2010-08-26 Thread Aldo Bucchi
Hi Patrick, On Sat, Aug 21, 2010 at 2:53 PM, Patrick van Kleef wrote: > Hi Aldo, > >> By looking at the checkpoint audit trail I can inferr that each time >> backup_online() is run, it will create a checkpoint. >> It also makes sense from an intuitive standpoint. >> >> However, by looking at the