groonga - オープンソースのカラムストア機能付き全文検索エンジン

5.3. GQTP

5.3.1. Summary

GQTP is the acronym standing for "Groonga Query Transfer Protocol".

GQTP is a protocol designed for Groonga. It's a stateful protocol. You can send multiple commands in one session.

GQTP will be faster rather than HTTP when you send many light commands like status. GQTP will be almost same performance as HTTP when you send heavy commands like select.

We recommend that you use HTTP for many cases. Because there are many HTTP client libraries.

If you want to use GQTP, you can use the following libraries:

ライブラリではありませんが、groonga executable file をGQTPクライアントとして使えます。

5.3.2. How to run

groonga executable file is a GQTP server implementation. You can run a Groonga server by the following command line:

groonga --protocol gqtp -s [options] DB_PATH

You can run a Groonga server as a daemon by the following command line:

groonga --protocol gqtp -d [options] DB_PATH

利用可能なオプションについては、 groonga executable file を参照してください。

目次

前のトピックへ

5.2.3. groonga-httpd

次のトピックへ

5.4. Memcachedバイナリプロトコル

このページ