You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by akshita-malhotra <gi...@git.apache.org> on 2017/05/04 21:33:11 UTC

[GitHub] phoenix issue #239: Phoenix-3744: Support snapshot scanners for MR-based que...

Github user akshita-malhotra commented on the issue:

    https://github.com/apache/phoenix/pull/239
  
    - Snapshot scanner for non-aggregate queries.
    - Added integration tests (simple select query, conditional and limit)
    - Abstracted out ScanRegionObserver code to fetch the processed region scanner without the coprocessor environment
    - To make the snapshot work for aggregate queries, due to the complexity of the aggregate region observer  code it is almost impossible to refactor the code without fully understanding the functionality. Will require some guidance if the aggregate query use case is required.
    @JamesRTaylor @lhofhansl 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---