[Groonga-commit] droonga/presentation-droonga-meetup-1-introduction at d27e50e [master] Add details

Back to archive index

Piro / YUKI Hiroshi null+****@clear*****
Mon Jul 28 22:31:53 JST 2014


Piro / YUKI Hiroshi	2014-07-28 22:31:53 +0900 (Mon, 28 Jul 2014)

  New Revision: d27e50e9084feeffe98cc3a758b2d6a969b3edc4
  https://github.com/droonga/presentation-droonga-meetup-1-introduction/commit/d27e50e9084feeffe98cc3a758b2d6a969b3edc4

  Message:
    Add details

  Modified files:
    introduction.md

  Modified: introduction.md (+44 -4)
===================================================================
--- introduction.md    2014-07-28 18:04:16 +0900 (01fa87c)
+++ introduction.md    2014-07-28 22:31:53 +0900 (6ba30fd)
@@ -182,6 +182,7 @@ GroongaからDroongaへ
 今現在あるデメリット
 
  * *レイテンシーが低下*する
+   * 処理のオーバーヘッドがある
  * *Groonga非互換*の部分が
    まだある
 
@@ -197,19 +198,58 @@ GroongaからDroongaへ
  * 耐障害性の高さ、アクセスの増加への対応のしやすさとのトレードオフ。
 
 
-# 現時点での互換性
+# 現時点での互換性(概要)
 
- * スキーマ変更
+ * スキーマ変更系
  * load, delete
  * select
 
 それ以外は未対応(今後の課題)
 
+# 現時点での互換性(詳細)
+
+table操作系
+
+ * table_create
+ * table_remove
+ * table_list
+
+# 現時点での互換性(詳細)
+
+column操作系
+
+ * column_create
+ * column_remove
+ * column_rename
+ * column_list
+
+# 現時点での互換性(詳細)
+
+データ更新系
+
+ * load
+   * ただし、以下は未対応
+     * --ifexists
+     * --input_type
+ * delete
+
+# 現時点での互換性(詳細)
+
+検索系
+
+ * select
+   * ただし、以下は未対応
+     * --scorer
+     * --cache
+     * --match_escalation_threshold
+     * --query_expansion
+     * --query_flags
+     * --query_expander
+     * --adjuster
+
 ## 未対応の機能
 
  * GQTPは喋れない
- * 未対応のコマンドや、コマンドによっては未対応のオプションがある
-   * 対応コマンドの一覧(主要なコマンドから実装している)
  * ダッシュボードがまだ無い(Groongaの管理画面はちょっと動く)
  * サジェストもまだ対応していない
  * 監視機能もまだできていない
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index