タグ

2010年11月11日のブックマーク (2件)

  • mysql query cache

    Mysql 4+ has a feature known as query cache. Here mysql caches the result set. So suppose a query is run and it takes 5 seconds to run and query cache is enabled, so results are cached in the cache. Next time if the same query is run again (remember - exactly same query that is strcmp(old_query, new_query) == 0) then the results are fetched from the cache and shown. And this takes very less time -

    digitalsoul
    digitalsoul 2010/11/11
    クエリキャッシュについての解説
  • DocDiff

    Summary 概要 DocDiff compares two text files and shows the difference. It can compare files by word, character, or line. It has several output formats such as HTML, tty, Manued, or user-defined markup. DocDiffは2つのテキストファイルを比較してその違いを表示します。単語ごと、文字ごと、そして行ごとにファイルを比較できます。結果を出力する形式は、HTML, tty(文字 端末向けのエスケープシーケンス), Manued(真鵺道という校正用のマークアップ形式)などが用意されており、ユーザ定義のタグを使うこともできます。 It supports several encodings and end

    digitalsoul
    digitalsoul 2010/11/11
    単語レベルでdiffを取得するツール