“桶”的词源是什么?在云计算中?

发布于 2025-01-15 16:52:19 字数 1549 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寻找一个思念的角度 2025-01-22 16:52:19

它来自 C 编程中使用的哈希函数。散列是一种查找数据的方法。哈希结果产生槽(也称为桶)。由于用于定位对象的数学原理,存储被命名为“桶”。要了解哈希,请在 Google 中搜索哈希表

据我所知(我当时就在场),亚马逊选择了云对象存储的名称桶,行业其他公司也纷纷效仿。

It comes from hash functions used in C programming. Hashing is a method of looking up data. The hash results in slots also called buckets. Storage was named buckets because of the math used to locate objects. To understand hashing, Google search for hash tables.

As far as I know (I was there), Amazon chose the name buckets for cloud object storage and the rest of the industry followed.

妄断弥空 2025-01-22 16:52:19

我不了解历史,但你必须将它视为一个真正的水桶,并且与一棵树相对。

通常的文件系统被表示为一棵树,因为有banches(文件夹)和leaf(文件)。

对象存储没有那种架构,它是一个桶、一个锅。你把所有的东西(物体)放进去。没有层次结构,没有排序,没有组织,一切都在根级别上,批量进行。

I don't know the history, but you have to view it as a real bucket, and in opposition of a tree.

Usual file system are represented as a tree, because there are banches (folders) and leaves (the files).

Object storage doesn't have that architecture, it's a bucket, a pot. You put all the things (the object) in it. No hierarchy, no sorting, no organisation, all at the root level, in bulk.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文