複選題
39.下列何者適合用來作為資料量龐大的大數據資料庫工具?
(A) MySQL
(B) Neo4j
(C) MongoDB
(D) Google Cloud Bigtable
答案:登入後查看
統計: A(372), B(370), C(472), D(556), E(7) #2153525
統計: A(372), B(370), C(472), D(556), E(7) #2153525
詳解 (共 2 筆)
#4222356
大數據應用通常將資料儲存於非關聯型資料庫
非關聯型資料庫主要類型
Key-Value Database
In-memory Database
Document Database
Graph Database
Neo4j -> Graph Database
MongoDB -> Document Database
BigTable -> Key-Value Database
------------------------------------------------
Mysql 屬於關聯型資料庫
14
0