Hi Willi, > curl -i -X PUT > http://admin:[email protected]:8080/BaseX77-20130321.085136/rest/osmdb > curl -i -X PUT -T "part1.osm" > http://admin:[email protected]:8080/BaseX77-20130321.085136/rest/osmdb/part1.osm > curl -i -X PUT -T "part2.osm" > http://admin:[email protected]:8080/BaseX77-20130321.085136/rest/osmdb/part2.osm
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+INDEX+ATTRIBUTE How much main memory has been assigned to the BaseX JVM, and how large is your data? [1] http://docs.basex.org/wiki/Index#Updates _______________________________________________ BaseX-Talk mailing list [email protected] https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

