Aggregating batched results #1167
JonathanFrias
started this conversation in
Show and tell
Replies: 1 comment 10 replies
-
@JonathanFrias could you explain the purpose? Sorry, I'm not quite following if you're doing more than: batch.properties[:ids] = [...]
batch.save ...oh, unless the goal is to safely insert the property in parallel? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I don't see a dedicated api, but here's a use case that I think may help people:
Hopefully this inspires a more dedicated API to achieve this :)
Beta Was this translation helpful? Give feedback.
All reactions