Database

MapR-DB 的操作筆記。MapR-DB 是 Data Fabric 內建的 NoSQL 資料庫,直接建構在檔案系統之上,不需要額外的儲存層。

內容

兩種資料表型態

型態 適用情境 主要存取介面
JSON table 結構會演進的文件資料 OJAI API、mapr dbshell
Binary table 需要 HBase 相容性 HBase API

← 回到 開發 (Development)