-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
I have a document with about 800 items in an embeds_meny and I'm copying it to another document like:
target.positions = source.positions.map(&:dup)
This takes about 100 seconds and I can't figure out why. I disabled all callbacks and validations and it didn't help.
Are there some known issues on this topic?