xiaguan opened a new issue, #4248: URL: https://github.com/apache/opendal/issues/4248
We've got a bunch of write back tasks in our file system for pushing dirty data back to cloud storage. I'm trying to figure out if it's best to share a single `Arc<Operator>` among all these tasks or if we should be giving each task its own `Operator` instance. Is there even a difference between these two approaches when it comes to performance or how things work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
