22.02.2014, 10:15
Quote:
R35 introduced parallel queries. What is that? What are the advantages and disadvantages of it? When should I use it?
|
Quote:
Originally Posted by wiki
The difference between this native and mysql_tquery() is, that this type of query uses multi-threading, thus it's faster depending on how many connections are used. The number of connections can be specified in mysql_connect() through the pool_size parameter. Each connection resembles a thread.
|
- faster (depending on the hardware specs of the machine the plugin is running on)
disadvantages:
- doesn't support transactions
- [R37+] queries aren't executed in the same order they were sent