Hello Makoto,
My test environment is MonetDB 4.16 on SuSE linux 10.2. I've used latest (nightly) stable RPMs then.
$ rpm -aq | grep -i monetdb
MonetDB-1.16.3-1_SuSE9.3.oid32 MonetDB4-XQuery-0.16.3-1_SuSE9.3.oid32 MonetDB4-server-4.16.3-1_SuSE9.3.oid32 MonetDB-client-1.16.3-1_SuSE9.3.oid32
Thank you very much for the infomation. I will have a look at the limited number of parameters problem a.s.a.p.!
Ying Zhang wrote:
I can't see any problem in your query in a quick scan. There is indeed a limitation of the maximal number of parameters, which is only nr_iterations * 32. I should consider enlarging this limit and/or make it more flexible.
BTW, what is meant by this 'nr_iterations'?
With 'nr_iterations' I mean that multiple iterations can be included in one XRPC (request/response) message. This typically happens if you use "execute at" in a for-loop. Regards, Jennie
Thanks,
Makoto