You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have around 500 coroutines which is performing INSERT sqls around 200qps. I have memory leak in this function. If I comment the query call everything became ok. I am new in async stuff, could you give me some advice how to fix it?
I don't need to use any then and etc. Just parrallel inserts. Unsets and gc already done but didn't help.