Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does Google Gmail store their "email" messages?

Tags:

gmail

storage

How does Google store their 7GB/user emails such that it is blazing fast for retrieval and also not subject to corruption.

Is it in those NoSQL database or just jornaling file system ?

like image 846
user632107 Avatar asked Nov 15 '22 02:11

user632107


1 Answers

According to the paper "The Learning Behind Gmail Priority Inbox", Google makes "extensive use of bigtable, which combines features of a distributed file system with a database."

BigTable has been described in a 2006 OSDI paper.

like image 118
dmeister Avatar answered Jan 29 '23 11:01

dmeister