Google BigTable 和自由文本索引
BigTable 文章主要示例是将网页内容存储在大表中。 有没有一篇文章讨论 Google 如何索引自由文本? 他们在幕后使用 BigTable 是否正确?有关 BigTable 架构的任何信息吗?
The BigTable article main example is storing web content in a big table.
Is there an article discussing how do Google index the free text ?
Would it be right to they use BigTable under the hood? Any information about the BigTable schema?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法获得底层架构。 Big Table 构建于 之上GFS 如果您正在查看文件系统级别。
网络搜索行星:THE Google 集群架构
提供 Google 查询的部分(第 23 页)为您提供了将数据组织到存储桶中的一般概念。
I don't think you can get the underlying schema. Big Table is built on top of GFS if you are lookin at file system level.
WEB SEARCH FOR A PLANET:THE GOOGLE CLUSTER ARCHITECTURE
The section serving a Google query(page:23) gives you a generic idea of data is organised into buckets.