Re: bulk_create on Oracle using execute_many

2019-10-07 Thread Mariusz Felisiak
est, Mariusz W dniu poniedziałek, 7 października 2019 23:05:06 UTC+2 użytkownik Václav Řehák napisał: > > Hi, > > there is a comment by Mariusz Felisiak about reimplementing bulk_create on > Oracle using execute_many ( > https://github.com/django/django/pull/11416#issuecomment-5

bulk_create on Oracle using execute_many

2019-10-07 Thread Václav Řehák
Hi, there is a comment by Mariusz Felisiak about reimplementing bulk_create on Oracle using execute_many (https://github.com/django/django/pull/11416#issuecomment-504340841). Colleagues of mine were surprised by low performance of current bulk_create performance on Oracle and did a quick test