[Groonga-commit] droonga/droonga-engine at 5f2a81e [master] Add TODO comment for future versions

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 22 11:59:59 JST 2015


YUKI Hiroshi	2015-04-22 11:59:59 +0900 (Wed, 22 Apr 2015)

  New Revision: 5f2a81eb5a9e7b8e55ff98608734a0142e0bdbab
  https://github.com/droonga/droonga-engine/commit/5f2a81eb5a9e7b8e55ff98608734a0142e0bdbab

  Message:
    Add TODO comment for future versions

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+6 -0)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-22 11:52:21 +0900 (36370e0)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-22 11:59:59 +0900 (05b34e8)
@@ -207,6 +207,12 @@ module Droonga
             super
           end
 
+          #TODO: Currently we are counting/comparing the number of
+          #      physical objects, but it will be different from
+          #      the source dataset if the destination is differently
+          #      sliced dataset. So, we should count/compare the
+          #      number of logical objects in the future after
+          #      supporting management of sliced datasets.
           def count_total_n_objects(&block)
             count_message = {
               "type"    => "system.statistics.object.count",
-------------- next part --------------
HTML����������������������������...
Download 



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