15.05.2014, 12:54
Well yes mysql_function_query is threader and yes it is reasonable. Think about it, your server doesn't need to send those queries to the database. The plugin manages that and I'm sure it doesn't have problems with it.
If you are still not sure, upgrade to the newest version - R38 and use mysql_pquery. It let's you send parallel queries which are even faster.
If you are still not sure, upgrade to the newest version - R38 and use mysql_pquery. It let's you send parallel queries which are even faster.