Store indexed pages to database.

In class cs101 we have seen how to crawl page, index it and rank the page. But all the thing seems like being performed on computer memory, means temporary storage, don`t we need to store this in database?

How the modern search engine manages to store such large index, how do they store data in database, if they are storing data in database then how could they retrieve data so fast?

asked 04 Apr '12, 06:05

Darshan%20Joshi's gravatar image

Darshan Joshi
225413
accept rate: 83%


One Answer:

DBs are irrelevant to CS101, You should enroll in CS253, where DBs will be covered.

link

answered 04 Apr '12, 06:19

username's gravatar image

username
6.1k1024102

Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15,248
×59
×29

Asked: 04 Apr '12, 06:05

Seen: 228 times

Last updated: 04 Apr '12, 06:19