2012-02-01から1ヶ月間の記事一覧
# vi .htaccess ErrorDocument 503 /index.html <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !=/health/index.php RewriteCond %{REQUEST_URI} !=/health/* RewriteCond %{REQUEST_URI} !=/index.html RewriteCond %{REQUEST_URI} !=/ RewriteRule ^.*$ -</ifmodule>…
Base DNS Name Server Development Libraries Development Tools Editors FTP Server Legacy Software Development Legacy Software Support Mail Server Network Servers Text-based Internet Web Server Windows File Server
UPDATE_hoge_SQL="CREATE OR REPLACE FUNCTION update_hoge( DATE,TIME,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT,TEXT, TEXT,TEXT) RETURNS void AS ' BEGIN IF NOT EXISTS( SELECT SALES_DATE FROM hoge WHERE SALES_DATE=\$1 AND SHOP_CD=…
nkf -w CSVファイル | 文字コード UTF-8 に変換 tail -n +2 | awk 'BEGIN {FS=","; OFS=",";} psql -c 'COPY テーブル FROM stdin WITH CSV' データベース
$ echo -n "abc" | sha256sum ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad - echo に -nつけないと改行コード付の文字列がハッシングされちゃう。 Python の場合 $ python >>> import hashlib >>> hashlib.sha256("abc").hexdigest()…
ベンチマークのお供に # free # sync # echo 3 > /proc/sys/vm/drop_caches # free
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 デーモン ( バック…
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-…
$ 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 は Memcached をベースにした技術で 自身を含めたネットワーク上のサーバのメモリをキャッシュとして使えるようにするもの。 DWHの高速化に寄与することを期待して導入する。 CentOS5.7 への Postgres Plus Advanced Serve のインストールログ…
# yum install libxslt # wget \ http://yum.postgresql.org/9.1/redhat/rhel-5.0-i386/postgresql91-9.1.1-1PGDG.rhel5.i386.rpm \ http://yum.postgresql.org/9.1/redhat/rhel-5.0-i386/postgresql91-devel-9.1.1-1PGDG.rhel5.i386.rpm \ http://yum.postg…