> For the complete documentation index, see [llms.txt](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/google-cloud-shang-de-chu-cun-fu-wu/cloud-bigtable.md).

# Cloud Bigtable

BigTable是Google於2006年發布的[論文](<https://research.google.com/archive/bigtable-osdi06.pdf >)，源自於GFS等應用的結合所產生的NoSQL服務，可以讓使用者儲存從 TB 到 PB 等級的資料。適合大型工作負載應用程式使用，可以將資料儲存與相關的監控維護完全託管給Google。整體上而言，BigTable為NoSQL服務，適用於較大欄位的資料儲存。
