Skip to content

v1.2-20161011

Compare
Choose a tag to compare
@MasaoFujii MasaoFujii released this 10 Apr 15:10
· 52 commits to master since this release

Release Notes

English

  • Make pg_bigm available for parallel queries that was introduced in PostgreSQL 9.6 (Fujii Masao)
  • Support triConsistent method that was introduced in PostgreSQL 9.4, for better performance (Fujii Masao)
    • In 9.4 or later, the triConsistent method makes the full-text search using pg_bigm much faster especially when a long search phrase is used.
  • Improve performance of similarity search (Fujii Masao)

日本語

  • PostgreSQL 9.6で導入されたパラレルクエリにpg_bigmを対応させました。(Fujii Masao)
  • 性能向上のために、PostgreSQL 9.4で導入されたtriConsistentメソッドをサポートしました。 (Fujii Masao)
    • 9.4以降では、triConsistentメソッドにより、特に検索文字列の文字数が多いときの全文検索が高速になります。
  • 類似度検索の性能を向上させました。(Fujii Masao)