You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/02/09 18:24:59 UTC

[jira] Created: (PIG-662) Add a queries to pig mix that tests scalability of joins

Add a queries to pig mix that tests scalability of joins
--------------------------------------------------------

                 Key: PIG-662
                 URL: https://issues.apache.org/jira/browse/PIG-662
             Project: Pig
          Issue Type: Bug
          Components: tools
            Reporter: Alan Gates
            Priority: Minor


We need to test how well our symmetric hash join scales.  We need to add a couple of tests.  One will test a join of data with a key that has many instances of the same value.  This can be accomplished by self join the page_view data on user.  For another we should join a large number of tables (say 10) together to see that we can handle many way joins.  We should also consider adding one where the join has many keys (say 10 or 15) to test joins with large keys.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.