You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our use case we aren't particularly concerned with the uptime or distributed properties of a hosted s3 storage provider.
We are recrawling in an immutable way and none of our operations are stateful. Given the fact that any remote s3 is going to introduce latency it might not actually be useful to use it. It may be faster to just run with minio.
It could be interesting to time the crawl with minio vs a remote s3 provider and see if there is a difference.
The text was updated successfully, but these errors were encountered:
For our use case we aren't particularly concerned with the uptime or distributed properties of a hosted s3 storage provider.
We are recrawling in an immutable way and none of our operations are stateful. Given the fact that any remote s3 is going to introduce latency it might not actually be useful to use it. It may be faster to just run with minio.
It could be interesting to time the crawl with minio vs a remote s3 provider and see if there is a difference.
The text was updated successfully, but these errors were encountered: