Skip to content

Commit

Permalink
dump: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 21, 2014
1 parent 48f7819 commit 7bc0382
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/droonga/plugins/dump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@

module Droonga
module Plugins
# 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?)

module Dump
extend Plugin
register("dump")
Expand Down

0 comments on commit 7bc0382

Please sign in to comment.