Fóruns: general discussion (Thread #37559)

外部ファイルについて (2016-03-04 11:43 by エンジニア #77753)

はじめまして。
現在bg_bigmの導入を検討しております。
不明点がありまして、ご質問致します。

Ludiaやsennnaでは全文検索に専用の外部ファイルを用いて機能を実装していることは確認できたのですが、bg_bigmでは全文検索にはPostgreSQLのginインデックスのみを使用されているのでしょうか?

背景と致しましては、LudiaやsennnaのようにvacuumによるIndexの再作成や、バックアップをDB領域以外取得が必要なのかといったことからです。

以上、よろしくお願いします。

Responder a #77753×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: 外部ファイルについて (2016-03-04 11:50 by sawada-masahiko #77754)

[メッセージ #77753 への返信]
> はじめまして。
> 現在bg_bigmの導入を検討しております。
> 不明点がありまして、ご質問致します。
>

お問い合わせありがとうございます。

> Ludiaやsennnaでは全文検索に専用の外部ファイルを用いて機能を実装していることは確認できたのですが、bg_bigmでは全文検索にはPostgreSQLのginインデックスのみを使用されているのでしょうか?
> 背景と致しましては、LudiaやsennnaのようにvacuumによるIndexの再作成や、バックアップをDB領域以外取得が必要なのかといったことからです。

はい、pg_bigmはPostgreSQLのGINインデックスのみを使用しているため、バックアップ(リストア)、VACUUM時などに特別な考慮は必要ありません。
PostgreSQLが持つ他のインデックス(Btreeインデックス等)と同じように運用することが可能です。
Responder a #77753

Responder a #77754×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

Re: 外部ファイルについて (2016-03-04 14:27 by エンジニア #77755)

[メッセージ #77754 への返信]
> [メッセージ #77753 への返信]
> > はじめまして。
> > 現在bg_bigmの導入を検討しております。
> > 不明点がありまして、ご質問致します。
> >
>
> お問い合わせありがとうございます。
>
> > Ludiaやsennnaでは全文検索に専用の外部ファイルを用いて機能を実装していることは確認できたのですが、bg_bigmでは全文検索にはPostgreSQLのginインデックスのみを使用されているのでしょうか?
> > 背景と致しましては、LudiaやsennnaのようにvacuumによるIndexの再作成や、バックアップをDB領域以外取得が必要なのかといったことからです。
>
> はい、pg_bigmはPostgreSQLのGINインデックスのみを使用しているため、バックアップ(リストア)、VACUUM時などに特別な考慮は必要ありません。
> PostgreSQLが持つ他のインデックス(Btreeインデックス等)と同じように運用することが可能です。

澤田さん
早々のご返信大変助かります。
上記ご回答ありがとうございました。
Responder a #77754

Responder a #77755×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login