2012-02-08から1日間の記事一覧

InfiniteCashe( Infinite Cashe Server) で高速化する その4 Infinite Cashe Server の起動と Postgres Plus Advanced Server の設定

1. Infinite Cashe Server の起動 Infinite Cashe Server をインストールしたサーバで実行1.1 Infinite Cashe Server の起動 # /opt/PostgresPlus/9.0AS/bin/edb-icache -u postgres -d -m 3072 -u Infinite Cashe Server の実行ユーザ -d デーモン ( バック…

InfiniteCashe( Infinite Cashe Server) で高速化する その3 Infinite Cashe Server のインストール

Postgres Plus Advanced Server とは 別のサーバに Infinite Cashe Server をインストールする。 インストールするのは Infinite Cashe Server のみ。# tar xvfz ppasmeta-9.0.4.14-linux-x64.tar.gz ppasmeta-9.0.4.14-linux-x64/ ppasmeta-9.0.4.14-linux-…

で InfiniteCashe( Infinite Cashe Server) で高速化する その2 ユーザの環境変数の設定

$ vi .bashrc export PGHOME=/opt/PostgresPlus/9.0AS export PGDATA=/opt/PostgresPlus/9.0AS/data export PGDATABASE=postgres # export PGUSER=postgres export PGPORT=5432 export PGLOCALEDIR=/opt/PostgresPlus/9.0AS/share/locale export PATH=$PGHOM…

- InfiniteCashe( Infinite Cashe Server) で高速化する その1 Postgres Plus Advanced Server のインストール

InfiniteCashe は Memcached をベースにした技術で 自身を含めたネットワーク上のサーバのメモリをキャッシュとして使えるようにするもの。 DWHの高速化に寄与することを期待して導入する。 CentOS5.7 への Postgres Plus Advanced Serve のインストールログ…