Hacker News new | ask | show | jobs
by jimsparkman 1982 days ago
Interesting, I’d guess list operations are significantly faster because of the cache, even a hash map like Redis? That can be a real slowdown in s3 with large quantities of files.
1 comments

Yes, commands like `ls` are very fast as long as you are near the metadata server (Redis in this case).