开发者

What did Index Means in DB? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

What开发者_JAVA百科s does "indexing" mean? How it is useful to a web crawler?


Internal indexing in a database and the index that a web crawler looks at are two different concepts.

Indexing in a database is a method to make looking up records by certain columns faster.

Indexing in the context of web crawlers involves storing web pages and building an index based on what's in them so as to access them by content more easily.


http://en.wikipedia.org/wiki/Index_(database)

http://en.wikipedia.org/wiki/Web_indexing

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜