Thank you Shlomi and Iftach!
Meanwhile I found a good resource answering my question (though without
opinions - you still have to choose your best of choice solution from a
list of dozens of hundreds solutions):
http://www.rpbourret.com/xml/XMLDatabaseProds.htm
Its "parent" is useful too:
http://www.rpbourret.com/xml/
Shlomi Fish wrote:
> > My exact need, if it is required to help you to answer me:
> > to retrieve XML views ("view" has a special meaning in data retrieval
> > from databases), so after the retrieve action I'll have a partial XML
> > tree. Of course, it doesn't force me to use XML for the main storage
> > too, so this point was asked too.
> >
>
> Do you expect the partial XML tree to be as large as the original XML tree
> up to a factor. (View = a*Original)? If so, then storing it in a database
> will not increase your time complexity from O(n), but may make it faster
> due to optimizations. If this is not the case, then I suggest you look at
> custom solutions.
Views are always small.
The whole DB is sometimes small and sometimes large.
Thanks again,
--
Eli Marmor
[EMAIL PROTECTED]
CTO, Founder
Netmask (El-Mar) Internet Technologies Ltd.
__________________________________________________________
Tel.: +972-9-766-1020 8 Yad-Harutzim St.
Fax.: +972-9-766-1314 P.O.B. 7004
Mobile: +972-50-23-7338 Kfar-Saba 44641, Israel
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]