I'm a totally newbie and try to implements an LDAP-application over
MonetDB/XQuery due to efficient search performance of column-store.
Like the example XQueryLoad.java does i have succeed to import a XML-file
and now come my questions:
How can i manipulate my XML-files with JAVA? Like doing searches and
changes over XML-files.
If I understood correct, you load your xml documents in monet. So the
next step is to send the relevant xquery queries to monet using the
jdbc drivers and wait for the result:) If you are talking about
manipulating some xml data inside java then you would use the main
memory representation DOM provided by the standard java library.
That really turns me a light through the darkness, thanks a lot
How is the performance of Subtree-search? Like doing searchs over the whole
tree or any subtrees.
I think you will be satisfied by the response time of Monetdb:)
However, it has to do with what you will be searching and what your
queries will be doing. I would suggest to test some queries with the
monet client (command: mclient -lxq) to see for your self.
run: mclient -lx -t q.xq