3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Actian Matrix と Actian Vector

Posted at

カラム指向データベースの Actian Matrix と Actian Vector について、何が違うのかを確認した。

Actian のホームページより

Matrix

Fast MPP Analytics Database

Vector

Agile SMP Analytics Database

そのものずばり、キーワードは、MPP と SMP

ということで、このキーワードをざっくり再整理

MPP (Massively Parallel Processing:超並列処理)

  • スケールアウト
  • 独自のメモリやI/Oシステム,OS
  • 多数のコンピュータを高速なネットワーク(infinibandとか)で接続してクラスタを構成
  • Amazon Redshift (Actian Matrix は、この Redshift の元となったデータベース)

SMP (Symmetric Multi Processing:対称型マルチプロセシング)

  • スケールアップ
  • 共通のメモリとI/Oシステム
  • スケールアップにより共有バスがボトルネックになる => リニアな拡張が難しい
  • HyperThread (みたいなもの、厳密には違うようですが)

つまり

Matrix は膨大なデータを扱い、Vector は、agile と謳っているとおり、簡単にさっと使える感じのするデータベース、ということでしょうか。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?