On 03/12/2009 05:51 PM, Andreas Heise wrote:
Daniel-Constantin Mierla schrieb:
BTW in the doc the example for 1.4.2. seems to be wrong?
yes this was what I missed, I saw you already fixed it
yes, I thought you may have spotted something else.
Because of missing usage of sql_result_free()? Or you spotted something else?
Cheers, Daniel
what is known about the performance of sqlops? I use a single sql query for each initial invite request and use MySQL on the same machine with a table of ~5000 raws, what sould the maximum possible CPS with sqlops?
I guess it is a matter of indexes and returned data. you can use benchmark module to see how long it takes the operation.
Cheers, Daniel