タグ

2009年9月3日のブックマーク (3件)

  • SQLite Optimizer :: Add-ons for Firefox

    Firefox ではブックマークや履歴等をデータベースで管理していますが、長い期間使用しているうちにデータベースの肥大化のためウェブページの表示や、Firefoxそのものの動作が遅くなることがあります。 これらのデータの最適化を行うことにより、データの読出しや更新をスムーズに行えるようにして、Firefox の高速化を試みます。 ------------------------ 最適化は初期状態では REINDEX のみですが、 「VACUUM後にREINDEXを実行する」を選択すると VACCUM と REINDEX を行うようになります。 ※VACUUM 後に REINDEX をする設定にしてあってもデータベースの余分な隙間が20%未満の場合は REINDEX のみ行います。 手動実行時の記号の意味 一番上の大文字はそれぞれvacuum と reindex を表します。 V(acuum

    SQLite Optimizer :: Add-ons for Firefox
    dann
    dann 2009/09/03
  • Introducing cpanf (App::CPAN::Fresh)

    bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. When you upload a new module to CPAN, most of you would say something like this on your blog or tweet: "Module Foo::Bar 0.50 is shipped to CPAN -- will be coming to a mirror near you soon, or if you can't wait you can get the latest from [git or svn URL]". As we discussed, "soon" is not really soon: it's a few h

  • marcus ramberg » Blog Archive » Catalyst::Plugin::AutoCRUD

    One major factor in Catalyst’s success has been extensibility. I plan to do a series on extensions that I’ve found useful recently. To kick it off, I’ll feature a model which gives me a simple and useful admin interface to my DBIx::Class models. When I first got involved with MVC Web Frameworks like Maypole and Ruby on Rails, a big selling point was the ability to generate CRUD (Create/Read/