2006-01-27から1日間の記事一覧

CDBIとDBICのベンチマーク2

deleteメソッドで比較してみる。Class::DBIの方はdeleteメソッドをクラスメソッドとしても一応呼べるので CDBI::delete vs DBIC::deleteで nekokak1とnekokak2ともに1000レコード用意しました。 #! /usr/bin/perl use strict; use warnings; use Benchma…

favicon

http://blog.hide-k.net/archives/2006/01/favicon.phpより簡単に作れるのですね!! と、いうことで作りました。 帰ったらアップしてみよ。

CDBIとDBICのベンチマーク1

DBIx::ClassのMLに流れた情報を自分なりに試す。 ベンチの取り方とかに問題あれば突っ込みお願いします。テーブル構造はこんなの mysql> desc order_cust; +-------+---------+------+-----+---------+----------------+ | Field | Type | Null | Key | Defa…

はてなグラフ

を、使うようになったので、左下に表示させるようにしたのだが、グラフが出ない。。 な〜ぜ〜。

CDBIとDBICのパフォーマンス比較

DBIx::ClassのMLより I've just replaced Class::DBI with DBIx::Class in a small app that I wrote. One of the pages is displaying about 250 rows of complex data which the user did not want paged. The loading time decreased from 4 seconds unde…