What database does Google use?

前端 未结 8 842
清酒与你
清酒与你 2020-12-22 14:35

Is it Oracle or MySQL or something they have built themselves?

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 15:10

    And it's maybe also handy to know that BigTable is not a relational database (like MySQL) but a huge (distributed) hash table which has very different characteristics. You can play around with (a limited version) of BigTable yourself on the Google AppEngine platform.

    Next to Hadoop mentioned above there are many other implementations that try to solve the same problems as BigTable (scalability, availability). I saw a nice blog post yesterday listing most of them here.

提交回复
热议问题