You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2011/03/03 22:26:36 UTC

[jira] Updated: (PIG-242) Incremental operation

     [ https://issues.apache.org/jira/browse/PIG-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-242:
-------------------------------

    Fix Version/s: 0.10

This is a maybe for next release

> Incremental operation
> ---------------------
>
>                 Key: PIG-242
>                 URL: https://issues.apache.org/jira/browse/PIG-242
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>            Reporter: John DeTreville
>             Fix For: 0.10
>
>
> Some Pig programs repeatedly perform operations on different versions of tables, where these versions differ only slightly. For example, a program may compute f(T) at one point and f(T + delta T) at a later point. In many such cases, having already computed f(T) can allow us to speed up the computation of f(T + delta T). For example, if f is a map operation, then f(T + delta T) is f(T) + f(delta T), which can be computed relatively rapidly if delta T is small and f(T) is already known.
> It is already possible but often tedious for Pig programers to perform incremental operations. It would possibly help if Pig provided syntax for incremental operation.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira