Re: [basex-talk] BaseX: Upcoming Features

2014-03-24 Thread Andy Bunce
I have added a comment to https://www.w3.org/Bugs/Public/show_bug.cgi?id=9026 On Wed, Mar 19, 2014 at 10:41 PM, Christian Grün wrote: > Hi Andy, > > > These sound like very useful features. Regarding [1] Do you see this > > feature, or something close, becoming part of a future standard XQuery >

Re: [basex-talk] BaseX: Upcoming Features

2014-03-20 Thread Andy Bunce
To put some numbers on query precompilation [3]. I have been using Apache ab to time a very simple RESTXQ request declare %rest:GET %rest:path("bsp/simple") %output:method("text") function simple() {"test"}; >ab -n 100 -c 10 http://localhost:8984/bsp/simple I timed this when my webapp folder h

Re: [basex-talk] BaseX: Upcoming Features

2014-03-20 Thread Christian Grün
...noted ;) Replication is indeed one of the features that we have already realized (but it's not open source yet). On Thu, Mar 20, 2014 at 12:03 AM, Alexander Shpack wrote: > Hi Christian, > > What about redo logs and master/slave replication? > > > > > On Tue, Mar 18, 2014 at 2:03 PM, Christia

Re: [basex-talk] BaseX: Upcoming Features

2014-03-19 Thread Alexander Shpack
Hi Christian, What about redo logs and master/slave replication? On Tue, Mar 18, 2014 at 2:03 PM, Christian Grün wrote: > Dear BaseX aficionados, > > An upcoming version of our software (7.9 or 8.0) will make it much > easier to perform updates and return items at the same time [1]. It > will

Re: [basex-talk] BaseX: Upcoming Features

2014-03-19 Thread Christian Grün
Hi Andy, > These sound like very useful features. Regarding [1] Do you see this > feature, or something close, becoming part of a future standard XQuery > update standard? There is some ongoing discussion in the W3 XML Working Group on how to perform updates and return items and stay at the same

Re: [basex-talk] BaseX: Upcoming Features

2014-03-19 Thread Andy Bunce
Hi Christian, These sound like very useful features. Regarding [1] Do you see this feature, or something close, becoming part of a future standard XQuery update standard? /Andy On Tue, Mar 18, 2014 at 12:03 PM, Christian Grün wrote: > Dear BaseX aficionados, > > An upcoming version of our soft

[basex-talk] BaseX: Upcoming Features

2014-03-18 Thread Christian Grün
Dear BaseX aficionados, An upcoming version of our software (7.9 or 8.0) will make it much easier to perform updates and return items at the same time [1]. It will also contain an xquery:update function and will bring xquery:eval and xquery:evaluate together again [2] Another exciting and sophisti