Talk:Google File System: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Wild mine (talk | contribs)
No edit summary
Line 1: Line 1:
{{Template:WikiProject Google}}
== Access control vs. cacheing ==
== Access control vs. cacheing ==



Revision as of 14:15, 24 December 2009

WikiProject iconGoogle Unassessed
WikiProject iconThis article is within the scope of WikiProject Google, a collaborative effort to improve the coverage of Google and related topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
WikiProject Google To-do:

Here are some tasks awaiting attention:

Access control vs. cacheing

How can users cache metadata if the master-server is used for file-access control? This makes little sense and someone knowledgeable should make corrections. —Preceding unsigned comment added by 193.15.216.70 (talkcontribs)

My understanding is that each client asks the master whether they can access the chunk, which is different from asking where to find the chunk. Not especially secure a system, but on the other hand it is usually running on a private secure network... --maru (talk) contribs 17:57, 13 April 2006 (UTC)[reply]

Request for Elaboration

It would be nice if someone more knowledgeable than I could point to real-whorl applications or similar systems, and add them to the body of the article. --Maru Dubshinki 09:30 PM Sunday, 06 March 2005

Grammar

Is it 'high data throughput, at the expense of low latency' or 'high data throughput, at the expense of high latency'? The meaning is that in order to get a high data throughput, low latency performace is sacrificed. But now that someone else has edited it to the latter, I am no longer so sure of my grammar. (hmm... 'high latency' or 'low latency'? ...) --maru 01:26, 28 Apr 2005 (UTC)

Additional External Link

Please consider adding the following link as the article discusses at length GFS implementation: http://www.baselinemag.com/article2/0,1540,1985040,00.asp --Todd B --July 11, 2006

Working on it. Thanks for the link- http://www.baselinemag.com/article2/0,1540,1985046,00.asp and http://www.baselinemag.com/article2/0,1540,1985047,00.asp mention "BigFiles", which I'd not heard of before. --maru (talk) contribs 13:21, 11 July 2006 (UTC)[reply]

the issue of the GPL

The part about the GPL in the first sentence of the article is misleading, at best. Regardless of how exactly something is (or isn't) derived from a GPL'd piece of software, no entity (corporation or individual) is compelled by the GPL to release anything unless they redistribute their altered code in binary form. Google (or anyone else) is perfectly free to mercilessy hack away any GPL'd piece of code they want, and as long as they only use it "in-house", for their own purposes, and don't redistribute it (whether for a fee or not is immaterial), then they have no obligation to release source. Considering what a sticky area this is, I didn't want to just hack up that sentence, but something along the lines of "Google has shown no interest in releasing their filesystem, either for profit or for the good of the Internet community" would be more accurate. Reference to the GPL is probably superfluous, and should simply link to another appropriate article if it needs to remain.

Embedded or not, even if "The only way it is available to another enterprise is in embedded form--if you buy a high-end version of the Google Search Appliance", shouldn't they still release the GFS under the GPL (this is distribution after all)? Chutz 10:19, 14 February 2007 (UTC)[reply]

Criticism

Ok, is it really necessary to include a section criticizing a product that is not even available to the public. I mean, the program may be very bad or very good, but is there any real point in saying anything about its quality if it's only used internally by Google, and not by anyone else? If no one but Google is using this, then why would there be any public criticism in the first place. Avador 18:02, 23 December 2006 (UTC)[reply]

I removed the section; the criticism is not for a release product (as you mentioned) and was entirely inaccurate (as the first line in the section stated). Osmaker 00:10, 18 January 2007 (UTC)[reply]

netgfs listed on googlecode.com

The project is listed here: netgsf on code.google.com but I wonder if it's really going to be open-sourced someday, or if it's only there to be accessed for internal use. Self Torture 03:52, 2 February 2007 (UTC)[reply]

generic no size file system

how about a no size file system?

Start table:

Entry type:File name:file location on disk:file size .... .... .... Entry type=pointer to next table:File name:file location on disk:filesize —The preceding unsigned comment was added by 220.227.207.194 (talk) 12:39, 11 May 2007 (UTC).[reply]

Merge?

I would like to propose that this article be merged into a generic Google technology article (perhaps Google platform, though that suffers from WP:V problems as well). A closed-source filesystem with no open source analogue and no use outside of a specific company (and which has limited applications outside a few types of read-centric applications) doesn't seem like something Wikipedia needs an article for. Don't get me wrong. I love the technical implications of this as much as the next guy, but an internal-only product can't really satisfy WP:V. JRP (talk) 23:05, 29 October 2008 (UTC)[reply]

I don't think it's true that there is currently no FLOSS analogue (the see alsos seem to have at least 2). As for WP:V issues - it seems quite well documented to me. Multiple MSM articles and research papers, which is more than most articles on software.
And it's widely used inside Google: all their prominent services like search and GMail are running on GFS one way or another. (The interview I linked makes this clear.) --Gwern (contribs) 09:29 12 August 2009 (GMT)

Name ambiguity

GFS stands for Global File System, should you replace any GFS with GoogleFS? —Preceding unsigned comment added by 192.132.34.15 (talk) 12:39, 16 April 2009 (UTC)[reply]

I don't follow. GFS can stand for many things. --Gwern (contribs) 09:26 12 August 2009 (GMT)

high level or low level

Is this filesystem low level (like FAT) or rather just a overlay for anoter file system (like WinFS on NTFS)? —Preceding unsigned comment added by 148.81.137.4 (talk) 23:50, 21 June 2009 (UTC)[reply]

The physical operations are handled by Linux filesystems like ext3. --Gwern (contribs) 09:25 12 August 2009 (GMT)