Hi,
I have developed with RESTXQ a web application that compares texts (the user specifies the urls of two texts in a form and the computation is performed with their submission). It works but it is too slow if the texts are relatively long (before the actual comparison I pre-process the texts deleting and adding nodes via transform expressions).
I am not sure what the cause is, but I was wondering whether everything would be faster if I created a database with the texts and then applied the queries. If so, how is it possible to a allow one click submission (via RESTXQ or REST) to create a DB and then open it and perform queries on it, since the database creation -if I am not wrong- cannot be associated with other operations within the same query? Thanks.
J.