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

2010-08-21 Thread Patrick van Kleef
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 docs, I found this snippet: SQL> backup_context_clear (); SQL> checkpoint; SQL> backup

[Virtuoso-users] Backup_online malformed command appears to HANG server

2010-08-21 Thread Roosevelt Machado
Hi, running a backup_online command with a dot ('.') left a pending process. And after issuing a backup_context_clear() the whole server seemed to hang. Below the step to do it: Done. -- 271 msec. SQL> backup_context_clear(); Done. -- 271 msec. SQL> backup_online('./bkp_',1); Done. -- 271

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

2010-08-21 Thread Aldo Bucchi
Hi, 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 docs, I found this snippet: SQL> backup_context_clear (); SQL> checkpoint; SQL> backup_online

Re: [Virtuoso-users] Deleting N triples from "empty" graph says: N triples deleted instead of zero

2010-08-21 Thread Hugh Williams
Hi Aldo, Thanks for reporting we shall look into it ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenLink On 21 Aug 2010, at 01

[Virtuoso-users] Deleting N triples from "empty" graph says: N triples deleted instead of zero

2010-08-21 Thread Aldo Bucchi
Hi, The graph is empty. SQL> sparql delete from { 3, 4, 5 }; callret-0 VARCHAR ___ Delete from , 3 triples -- done 1 Rows. -- 26 msec. I know this is just a messaging detail. It proved to be confusing for some pe