Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Martin Kersten
Stefan Manegold wrote: >>> per day (25 is we skip lunch) ... >> I know I know, but still... please, respect Stefan's supper. > > I agree that we should add the documentation for our XQuery document > management extensions ASAP ... > (but documenting first and implementing then is also no good op

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Stefan Manegold
On Thu, Feb 08, 2007 at 10:07:13PM +0100, Arjen P. de Vries wrote: > Another question - regarding the read-write vs. read-only mode: > * Can I only turn on read-write mode by giving a % of free pages to > pf:add-doc? AFAIK, read-write mode is only activated by loading/shredding documents (via pf:

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Arjen P. de Vries
Another question - regarding the read-write vs. read-only mode: * Can I only turn on read-write mode by giving a % of free pages to pf:add-doc? * What is the recommended %; and, does it hurt to give 0% if I do append-only? > > It is not mentioned on the web, and I cannot even find a test using > >

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Stefan Manegold
On Thu, Feb 08, 2007 at 07:14:07PM +0100, Arjen P. de Vries wrote: > > Hi all, > > My real question is how to remove the added document from the system. > pf:delete-doc does not seem to exist (?) pf:del-doc() > My second question is how one could have known that the shred_doc > interface is dep

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Arjen P. de Vries
Hi all, My real question is how to remove the added document from the system. pf:delete-doc does not seem to exist (?) My second question is how one could have known that the shred_doc interface is deprecated? It is not mentioned on the web, and I cannot even find a test using pf:add-doc... may

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Ying Zhang
On Thu, Feb 08, 2007 at 09:56:27AM +0100, Jens Teubner wrote: > On Mon, Feb 05, 2007 at 09:08:59PM +0100, Martijn Faassen wrote: > > > First, I was testing the xquery support. I tried to shred a document > > like this: > > > > shred_doc('/home/faassen/xml/shaks/hamlet.xml', 'hamlet') > > shred_d

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Ying Zhang
On Mon, Feb 05, 2007 at 09:08:59PM +0100, Martijn Faassen wrote: > Hi there, > > Just downloaded and installed the new release. Compiling and installing > on my system went off without a hitch, my compliments. > > I've been trying to use pathfinder's xquery's support and I ran into > some snags

Re: [Monetdb-developers] trying to use monetdb pathfinder

2007-02-08 Thread Jens Teubner
On Mon, Feb 05, 2007 at 09:08:59PM +0100, Martijn Faassen wrote: > First, I was testing the xquery support. I tried to shred a document > like this: > > shred_doc('/home/faassen/xml/shaks/hamlet.xml', 'hamlet') shred_doc() is actually a deprecated interface to MonetDB/XQuery's document managemen