openresty / lua-resty-mysql

Nonblocking Lua MySQL driver library for ngx_lua or OpenResty
708 stars 236 forks source link

Do you not need begin,commit transaction to insert data concurrently? #80

Closed huifeidexingyuner closed 5 years ago

huifeidexingyuner commented 6 years ago

This place is for bug reports and development discussions only. For general questions and discussions, please join the openresty-en mailing list instead: https://openresty.org/en/community.html

Ensure you have provided the following details while reporting a problem:

Please, do not use Chinese here. This place is considered English only. If you really want to use Chinese, please join and post to the openresty (Chinese) mailing list instead. Please see https://openresty.org/en/community.html Thanks for your cooperation.

yukixia commented 5 years ago

hello, I would like to ask whether the transaction has been solved by using lua_resty_mysql

agentzh commented 5 years ago

Depending on your own business requirements. Usually you don't. It's more about a mysql server usage question.