Combining async transaction and streaming #169
Replies: 2 comments 3 replies
-
It's generally not meaningful to use Otherwise: Performance is always highly dependent on the context of your application. Therefore it's not really possible to others to answer this kind of generic questions. If you need performance help you need to sit down and describe what specific problem you are trying to solve, what measurements are relevant and how you think they should behave instead. |
Beta Was this translation helpful? Give feedback.
-
Can you modify the example to use load_stream in the most meaningful way? kind Regards |
Beta Was this translation helpful? Give feedback.
-
@weiznich How would you construct a handler that uses both diesel-async transaction and streaming together. An example including one of the built in connection poolings would be helpful
Here’s my attempt could you correct it please. I’m after 100% async & non blocking. I’m sure there’s a much more efficient way to use transaction and streaming simultaneously:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions