Google File System & Large Scale Machine Learning System Patents Granted

Sharing is caring!

If you enjoy some of the technical aspects of how search engines work, you might find these two Patents from Google interesting.

Google was granted a patent on their file system today. The best place to learn about the Google File System is probably the paper that Google had published about it – The Google File System (pdf), but the patent may provide some information not contained in the paper.

Namespace locking scheme
Invented by Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung
Patent 7,222,119
Granted May 22, 2007
Assigned to Google
Filed: June 30, 2003

Abstract

A system may perform a first operation within a file system in which directories and files are organized as nodes in a namespace tree. The system may associate a read-write lock with each of the nodes in the namespace tree. The system may acquire a first lock on a name of one or more directories involved in the first operation, acquire a second lock on an entire pathname involved in the first operation, determine whether the first lock or the second lock conflicts with third locks acquired by a second operation, and perform the first operation when the first lock or the second lock does not conflict with the third locks. The first, second, and third locks may include read-write locks.

The other Patent from Google on tells us some interesting information:

One problem associated with existing classification systems has to do with the volume of training data that they are capable of handling. Existing classification systems can only efficiently handle small quantities of training data. They struggle to deal with large quantities of data, such as more than one hundred thousand features.

Large scale machine learning systems and methods
Invented by Jeremy Bem, Georges R. Harik, Joshua L. Levenberg, Noam Shazeer, and Simon Tong
Assigned to Google
US Patent 7,222,127
Granted May 22, 2007
Filed: December 15, 2003

Abstract

A system for generating a model is provided. The system generates, or selects, candidate conditions and generates, or otherwise obtains, statistics regarding the candidate conditions. The system also forms rules based, at least in part, on the statistics and the candidate conditions and selectively adds the rules to the model.

Sharing is caring!

5 thoughts on “Google File System & Large Scale Machine Learning System Patents Granted”

  1. Hi Bill a bit off topic: I Just tagged you in a post on my blog about a Charity Link Meme, started by Skitzzo at SEO Refugee. You may want to join the charity ride.

  2. Pingback: 25% of Google Searches are Fresh | SoloSEO Blog
  3. Nice info Bill..

    Actually they use some database to store info.
    This info is stored in a rows and columns..

    This is how google stores large amount of information in a databases in a sequential manner..

Comments are closed.