Skip to content

Instantly share code, notes, and snippets.

@aphlysia
Last active July 6, 2016 03:05
Show Gist options
  • Save aphlysia/7423835 to your computer and use it in GitHub Desktop.
Save aphlysia/7423835 to your computer and use it in GitHub Desktop.
technologies

machine learning

datastores

sql on Hadoop

document oriented

  • mongodb
  • couchdb

distributed realtime

key-value store

in-memory DBMS

  • VoltDB
    • クエリを事前に Java のコードで書いておく方式。アドホックなクエリが実行できないのを犠牲にして速度を出せる
    • 分散する
    • ディスクに書き出しもできる
    • DB に載せるデータの量だけメモリが必要

others

cluster computing

http://repeatedly.github.io/ja/2014/07/mpp-on-hadoop-redshift-bigquery/

hadoop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment