Ying Zhang wrote:
So the state of play seems to be this: since tijah does not work using the old front end (see above), it isn't going to work via xrpc which is using the old front end.
If you only need to execute xquery queries via command line on local monetdb/xquery server, you don't need xrpc, because using 'execute at {localhost}' only introduce one extra communication within the same monetdb/xquery server. xrpc is more interesting if you need to execute xquery queries on (multiple) remote monetdb/xquery servers, or via a web interface.
Jennie I need to execute tijah xquery queries via a web interface. That's why I have been trying to get tijah/xrpc working. I'm only using mclient in an attempt to establish what's working and what isn't.
The performance of standard xquery queries over xrpc (non tijah) using [contains()] for example is too slow. -- Roy