Tagged articles
6 articles
Page 1 of 1
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 2, 2018 · Big Data

How Google’s Low‑Cost PC Cluster Powers Its Massive Search Engine

This article examines Google’s unconventional infrastructure, detailing how millions of inexpensive PC‑level servers, custom power supplies, and proprietary networking support massive scale, and explains the core platforms—Google File System, MapReduce, and BigTable—that enable fast, reliable search and data processing across the globe.

BigtableGFSGoogle
0 likes · 29 min read
How Google’s Low‑Cost PC Cluster Powers Its Massive Search Engine
21CTO
21CTO
Jan 9, 2016 · Backend Development

What Jeff Dean Really Built: From MapReduce to Spanner

This article debunks humorous "facts" about Jeff Dean while highlighting his real contributions to Google’s infrastructure—such as MapReduce, the Google File System, BigTable, and Spanner—and explains how his work shaped modern backend development and big data processing.

BigtableDistributed SystemsJeff Dean
0 likes · 13 min read
What Jeff Dean Really Built: From MapReduce to Spanner
Architect
Architect
Jul 29, 2015 · Databases

Google App Engine Datastore: Usage, Architecture, and Implementation

This article explains how Google App Engine Datastore works from a programmer's perspective, covering its entity‑based data model, hierarchical structure, query capabilities, comparison with relational databases, and the underlying implementation built on BigTable including entities, indexes, transactions, and backup mechanisms.

BigtableDataStoreDatabase Architecture
0 likes · 10 min read
Google App Engine Datastore: Usage, Architecture, and Implementation