about Bulk inserts, #11153
langziyang
started this conversation in
General
about Bulk inserts,
#11153
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
about bluk import to database, For example i have 100000 item need save and only can use new Entity().this is working code:
so i think if i have 100000 items, then i need fetch 100000 times database to find category. or if i have 4 association,then will fetch 100000*4 times? then i change my code:
then i get error:
so , What is the correct approach?
Beta Was this translation helpful? Give feedback.
All reactions