GithubHelp home page GithubHelp logo

Comments (3)

uhyoppo avatar uhyoppo commented on June 25, 2024

翻訳しかけたんですが、似たような英文が既にあったので、もう要らないのかと思ってました。校正してないですけど、せっかくなんで貼っときますね。

PGroonga (píːzí:lúnɡά)

Release Information

Refer to news.md

Overview

PGroonga is a PostgreSQL extension to use Groonga as the index.

As default, PostgreSQL is not capable for full-text-searching for Japanese text data. PGroonga can do with remarkable speed. Similar extensions are known for the full-text searching as below:

  • pg_trgm
    • Bundled with PostgreSQL but not installed as default
    • Source code modification is required to adapt for Japanese
  • pg_bigm
    • Source code modification is NOT required to adapt for Japanese
    • But for the exact result:
      Enabling Recheck function is mandantory.
    • If recheck is enabled, PostgreSQL will search using index, then search again sequentially against the result of the first search; therefore the cost tends to be increased if there are many results at the first searching.
    • If recheck is disabled, there are possibilities to match the records which doesn't include the keyword.

The modification of the original PostgreSQL source code is NOT required for PGroonga like pg_trgm.

PGroonga can return the exact result without recheck like pg_bigm. Therefore, the result using index which has many records, doesn't prevent the speed as pg_bigm does. (Theoretically, the verification should be done using benchmark test. We need volunteers.)

However, at this stage, PGroonga doesn't mention to WAL, so it can't adapt to the crash recovery function and the replication. (pg_trgm and pg_bigm can act with them because GIN and GiST can do it, which are used in pg_trgm and pg_bigm.)

(*) Currently PostgreSQL doesn't provide API for the index as the extension functionalities to adapt to WAL. If such API would be provided, we will follow it immediately.

PostgreSQL versions which can install Pgroonga

  • PostgreSQL 9.3
  • PostgreSQL 9.4

Installation

We made the packages for the environments below:

  • Debian GNU/Linux Jessie
  • Ubuntu 14.04
  • Ubuntu 14.10
  • Ubuntu 15.04
  • CentOS 5
  • CentOS 6
  • CentOS 7
  • Windows 32bit + PostgreSQL 9.4.2
  • Windows 64bit + PostgreSQL 9.4.2

You must use the source code to install on the other environments.

Details of installation for each environment will continue at the next sections below.

from pgroonga.github.io.

kou avatar kou commented on June 25, 2024

ありがとうございます!
発音記号なんかは私は絶対書けないやつなのでとても助かります!

今の翻訳に反映しました!

from pgroonga.github.io.

kou avatar kou commented on June 25, 2024

Done!

from pgroonga.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.