Hi Camila,

On Thu, Aug 26, 2010 at 11:08 AM, Camila Dias <[email protected]> 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 log every quad
added/removed from the main graph into a table you define. This will
basically create a specialized "audit trail". It will grow in size
though, but you can do all sorts of interesting things with this in
the long term. ( a time machine, stats, etc ).

Would love to hear other ideas.

Regards,
A

> Thanks!
> Regards,
> Camila Dias
>
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> Virtuoso-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>



-- 
Aldo Bucchi
@aldonline
skype:aldo.bucchi
http://aldobucchi.com/

Reply via email to