How do I know if db->query_write is reusing a SQL connection ?
Hi,
I read somewhere that opening a connection for each transaction is an operation should be avoided because it can be intensive. I need to insert a big number of rows in a table so I need to find out if “db->query_write” is reusing the connection or not. (this is the first optimization that comes to my mind)
Regards,
Razvan
|