Module: Droonga::Plugins::Dump

Extended by:
Droonga::Plugin
Defined in:
lib/droonga/plugins/dump.rb

Overview

TODO: Implement it by superstep:

  • Schema: Choose one slice in a replica. Because all slices has the same schema. (Should we add "select" type to Dataset#copmute_routes for the case?)
  • Fact table: Choose all slices in a replica. Because records for the fact table are distributed in all slices. (Should we add "gather" type to Dataset#copmute_routes for the case?)
  • Other tables: Choose one slice in a replica. Because all slices has all records for other tables. (Should we add "select" type to Dataset#copmute_routes for the case?)

Defined Under Namespace

Classes: Dumper, Handler, Request

Method Summary

Methods included from Droonga::Plugin

define_single_step, register, registry, single_step_definitions