ablog

不器用で落着きのない技術者のメモ

2009-06-18から1日間の記事一覧

Unique Key に同じ値を insert すると、トランザクション・ロック(TX)の競合が発生する

ne more thing to add. We have just finished our own battle with this same wait event. In our case, it resulted from 2 sessions inserting same value into a UK constraint. This scenario will also post the very same event. We disabled the con…

DDLの置換に使ったPerlワンライナーをメモっておく

Oracle の DDL 置換に使った Perl ワンライナー。echo ワンライナーも混じってるけどw STORAGE句のINITIALの値を変更する。 perl -i.org -ple 's/STORAGE\((\s+)?INITIAL\s+[0-9]+/STORAGE\(INITIAL 1/gi' create_table.sql オブジェクトを作成する表領域を…

Bigtableの内部構造

Bigtableの内部構造 - スティルハウスの書庫の書庫 これはよいエントリ。自分で調べようと思っていたことが書かれている。 Seasar Conference 2009 Spring の「BigtableとJDOの勝ちパターン(by id:higayasuo)」でイメージがつかめたので、 Googleを支える…