Re: [Monetdb-developers] [MonetDB-users] Announcement: New Jun2010 feature release of MonetDB suite

2010-07-08 Thread Jens Teubner
old releases. Warm regards, Jens -- Jens Teubner, jens.teub...@gmail.com -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/spr

Re: [Monetdb-developers] Parallel insertions in monetdb table - some records do not insert

2010-06-16 Thread Jens Teubner
this answer. I understand MonetDB is not optimized for such workloads, and optimistic concurrency will not perform well. But if all insert transactions have committed successfully (this is how I read Ram's report), then no data should be lost, no matter what. Jens -- Jens Teubner, jens.te

Re: [Monetdb-developers] Is monetDB nativeXML or not?

2009-07-10 Thread Jens Teubner
unch of tricks we can play with relational query representations on the Pathfinder website: www.pathfinder-xquery.org. Best regards, Jens -- Jens Teubner, jens.teub...@inf.ethz.ch ETH Zurich, Systems Group Haldeneggsteig 4 / IFW B 48.3 8092 Zurich, Switzerland

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime shredder.mx, XQuery_0-18, 1.126, 1.126.2.1

2007-06-07 Thread Jens Teubner
L_PARSE_NOXINCNODE= do not generate XINCLUDE START/END nodes > +*/ > + /* > + * TODO: how to prevent expansion of entities? > + */ > +xmlCtx = xmlCreateURLParserCtxt(location, > + XML_PARSE_XINCLUDE| > + XML

Re: [Monetdb-developers] Data type of the text() nodes

2007-06-04 Thread Jens Teubner
: /@t = 1 I think this is correctly handled in Pathfinder. See Section 4.5.2, Paragraph "Normalization" in the XQuery Formal Semantics. Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching

Re: [Monetdb-developers] [MonetDB-users] XRPC problem: too many parameters

2007-06-01 Thread Jens Teubner
t allowed at all on untyped nodes. Maybe this changed in the latest revisions of the specs.) Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 289-17259 Fax: +49 89 289-17263 Linus Torvalds is a lot like Bi

Re: [Monetdb-developers] Data type of the text() nodes

2007-06-01 Thread Jens Teubner
r in the Formal Semantics are "type promotion" and "function call". And there are the function conversion rules as implemented in core/fs.brg:function_conversion(). Sorry for my very brief answer, but these pointers should bring you quite far. Jens -- Jens Teubner Technische Universi

Re: [Monetdb-developers] Fwd: pf/tijah startNodes: node* or string*

2007-05-08 Thread Jens Teubner
in the Pathfinder code and do something magic to make things work. I would not recommend to do so, though, as it primarily would introduce inconsistency. Don't hesitate to ask again if my answers weren't clear. Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Info

Re: [Monetdb-developers] An XQuery question

2007-05-07 Thread Jens Teubner
oes not complain. The rationale behind the behavior as specified in the specs is that an XQuery processor could detect typos in the user input query, e.g., if a user mis-types tag names in XPath location steps. A fully schema-aware system might be able to detect such things. Jens -- Jens Teubner

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime Makefile.ag, 1.70, 1.71 levelsteps.mx, 1.12, 1.13 ll_staircasejoin.mx, 1.52, 1.53 ll_upwards.mx, 1.19, 1.20 pathfinder.mx, 1.297, 1.29

2007-02-23 Thread Jens Teubner
at start with an underscore. Such names are reserved for the C library only. For a reference, see, e.g., http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 28

Re: [Monetdb-developers] [XQUERY] compilation problem with burg

2007-02-21 Thread Jens Teubner
y example in the burg repository (sample.gr). I was wondering whether there is something broken with your burg build. Sorry I don't have any better ideas, Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 289-17259

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

2007-02-08 Thread Jens Teubner
e (fn:doc (...)/PLAY/TITLE) Other way to make sure that the target expression evaluates to exactly one node include for $n in fn:doc (...)/PLAY/TITLE return do insert ... after $n I hope I could help you a bit. Don't hesitate to ask again. Jens -- Jens Teubner Technische Universit

[Monetdb-developers] Some pages on monetdb.cwi.nl broken

2007-01-31 Thread Jens Teubner
ill surely reach the right person. Regards, Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 289-17259 Fax: +49 89 289-17263 There are 10 types of people in the world; those who understand binary, and those

Re: [Monetdb-developers] memory problems (black smoke) from the [HEAD]

2007-01-30 Thread Jens Teubner
() > #2 0x2aaab4c31c02 in mem_realloc (pa=, p=0x0, > n=2048) at mem.c:133 > #3 0x2aaab4c31c4e in PFrealloc_ (n=, > mem=, file=0x2aaab4d1212c "array.c", > func=0x2aaab4d120fc "PFarray_at", line=128) at mem.c:165 > [...] Wishes from Munich, Jens

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/compiler/schema import.c, 1.20, 1.21

2007-01-23 Thread Jens Teubner
On Tue, Jan 23, 2007 at 04:23:47PM +0100, Ying Zhang wrote: > Hi Jens, > > Your check-in seems breaking the compilation: Hi Jennie, sorry for the trouble. I just fixed it. Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Te

[Monetdb-developers] Proposed changes to build setup

2007-01-17 Thread Jens Teubner
as soon as we have forked off the new stable branch. Jens -- Jens Teubner Technische Universitaet Muenchen, Department of Informatics D-85748 Garching, Germany Tel: +49 89 289-17259 Fax: +49 89 289-17263 Statistics show that most people are in the majority, while a few are in th