16.05.2013, 14:43
Quote:
Hm, r20 is stable? Most interesting stability on Linux,Ubuntu 13.04
|
Quote:
I'm using mysql for 2 years on my server, I was at first skeptical and lazy to convert to the threaded queries, but now I would never go back. They are easy to use when you get a hang on them and really increase the performance and response of the server, so in my opinion you shouldn't waste time re-implementing non-threaded queries.
|
Thanks for the answers.
The next feature in the coming revision is the ability to set caching as always enabled. That would mean that the cache-parameter in the query-native will be ignored and the queries always cached. And the mysql_-functions would also access the cache instead of the raw mysql_-functions inside the plugin.
In short: more performance and no incompatibility. (all mysql_-functions would do the same as the cache-functions)
What do you think about it?