Skip to content

Commit

Permalink
Mark faster cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 30, 2015
1 parent ea6a30e commit 276388a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ja/_posts/2015-10-29-pgroonga-1.0.0.md
Expand Up @@ -31,10 +31,10 @@ pg_bigm | 5時間56分15秒

検索語 | ヒット数 | PGroongaの検索時間 | pg_bigmの検索時間
-----------------------------|----------|--------------------|-----------------
「PostgreSQL」または「MySQL」 | 368 | *0.030s* | 0.107s
データベース | 17172 | 0.121s | 1.224s
テレビアニメ | 22885 | 0.179s | 2.472s
日本 | 625792 | 0.646s | 0.556s
「PostgreSQL」または「MySQL」 | 368 | *0.030s* | 0.107s
データベース | 17172 | *0.121s* | 1.224s
テレビアニメ | 22885 | *0.179s* | 2.472s
日本 | 625792 | 0.646s | *0.556s*

「日本」で検索した場合はpg\_bigmの方がやや速い(*)ですがそれ以外の場合ではPGroongaの方が3倍から14倍ほど高速です。どのような検索語に対しても安定して高い性能を出していると言えます。

Expand Down

0 comments on commit 276388a

Please sign in to comment.