|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Engineering TradeoffsI'm writing a small application and I'm wondering about a few technical issues that have to be decided. I was wondering what people's thoughts were regarding these points. A) What are the tradeoffs of using i) XQuery Update Facility vs. ii) XUpdate. The application will do frequent addition and updates to XML documents. So the documents will grow. I will be using XML:DB (eXist) and XPath to access and locate information in the database. B) If I am using an native XML database, does the XPath expression "//aa//dd" apply to the structure in fig. 3. C) Is it more efficient to use sub-directories (fig. 3) or a full document (fig. 2) if I use the xpath expression ( //aa//dd ). <aa> <bb> <cc> <dd/> </cc> <cc> <dd/> </cc> </bb> <bb> <cc> <dd/> </cc> </bb> </aa> fig. 2 <aa> bb1/ <cc> <dd/> </cc> <cc> <dd/> </cc> bb2/ <cc> <dd/> </cc> </aa> fig. 3 Thanks in advance for any help Tim
|
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open
|
|
Re: Engineering TradeoffsHi,
On Wed, Sep 17, 2008 at 3:36 AM, Timothy Washington <timothyjwashington@...> wrote:
Hmmmm there is no 'out of the box' answer for this. It really depends on the number of documents you think that will be present etc. Further more, fig 3. does not make sense, right? a collection in an xml element does not make sense.... regards Dannes -- eXist-db Native XML Database http://exist-db.org ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open
|
|
|
| Free Forum Powered by Nabble | Forum Help |