Hi Willi,
curl -i -X PUT http://admin:admin@127.0.0.1:8080/BaseX77-20130321.085136/rest/osmdb curl -i -X PUT -T "part1.osm" http://admin:admin@127.0.0.1:8080/BaseX77-20130321.085136/rest/osmdb/part1.o... curl -i -X PUT -T "part2.osm" http://admin:admin@127.0.0.1:8080/BaseX77-20130321.085136/rest/osmdb/part2.o...
the attribute index will be discarded when running updates. You can either run "optimize" after having performed all updates, or set the "updindex" flag to "true". Please check out [1] for more details
curl -i -X GET http://127.0.0.1:8080/BaseX77-20130321.085136/rest/osmdb?command=CREATE+INDE...
How much main memory has been assigned to the BaseX JVM, and how large is your data?