[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-04-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-TestJoinedScanners-0.94.txt Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-02-23 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-drop-new-method-from-filter.txt A small patch illustrating my second approach. All Filter

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: org.apache.hadoop.hbase.regionserver.TestHRegion-output.txt Test output from 0.94.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-10 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5416: - Fix Version/s: 0.94.5 Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-10 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5416: - Attachment: 5416-0.94-v3.txt Patch that has this fixed. I think I should do a bit more

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: (was: 5416-v16.patch) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-v16.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: (was: 5416-v16.patch) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-v16.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2013-01-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Release Note: New method is added to Filter which allows filter to specify which CF is needed to it's

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-v16.patch Patch v16 corrects spelling and wraps long line. Improve

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-30 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5416: - Attachment: 5416-0.94-v1.txt Preliminary 0.94 patch. The scan flag is communicated via the scan

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-v14.patch Patch v14 addresses the two issues Lars raised. Thanks to Lars who verified that

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-v15.patch Patch v15 adopts Lars' suggestion above and saves one heap.peek() call.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-30 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5416: - Attachment: 5416-0.94-v2.txt Same changes for the 0.94 patch. With this change I cannot detect a

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-27 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-5416: -- Attachment: 5416-v13.patch Patch v13 rebases on trunk. TestSingleColumnValueExcludeFilter, TestHRegion and

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-20 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v12.patch Cleaned up the method and added a bunch of comments so

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-20 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v12.patch Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-19 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v11.patch Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-18 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v10.patch Patch v10: expanded comment, incorporated latest

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-17 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v9.patch Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-14 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v8.patch Patch: fix issues with rebase; test modifications compared

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-12-13 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-5416: Attachment: HBASE-5416-v7-rebased.patch Ok, here's the rebased patch, mvn test appears to

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-07-02 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v7.patch Implemented benchmark of joined scanners. You can run it with {{mvn

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-07-02 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5416: -- Status: Open (was: Patch Available) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-07-02 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5416: -- Fix Version/s: 0.96.0 Status: Patch Available (was: Open) Improve performance

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-06-03 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5416: -- Attachment: 5416-Filtered_scans_v6.patch Rebased Max's latest patch on trunk.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-06-03 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5416: -- Attachment: (was: 5416-Filtered_scans_v6.patch) Improve performance of scans with

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-06-03 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5416: -- Attachment: 5416-Filtered_scans_v6.patch Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-25 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-25 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Hadoop Flags: (was: Reviewed) Status: Patch Available (was: Open) Improve performance

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-25 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v5.1.patch Fixed issues with incorrect rebase, applied suggested changes from

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v5.patch Fixed issues with limits in next() call. Improve

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: Filtered_scans_v5.patch) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v5.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v5.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: Filtered_scans_v5.patch) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-05-24 Thread Max Lapan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v3.patch Fixed all failed tests, added test for joined scanners

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v4.patch Fixed comment, removed extra peek() call and folded long line.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) There is still a mistake somewhere, our stats scan return different

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Zhihong Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5416: -- Attachment: 5416-v5.txt Patch v5 is based on v4, with grammatical corrections. @Max: What do you

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Zhihong Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5416: -- Hadoop Flags: Reviewed Status: Patch Available (was: Open) Improve performance of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Zhihong Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5416: -- Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-24 Thread Zhihong Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5416: -- Attachment: 5416-v6.txt Same as patch v5. I verified that patch v6 can be used to generate new review

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-22 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-22 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans_v2.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-22 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-22 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-20 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: Filtered-scans_0.90.4.patch) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-20 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-20 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: Filtered-scans_trunk.patch) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-20 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-20 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered_scans.patch Fixed mistake when seek() skips rows sometimes. Style fixes and extra

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Fix Version/s: 0.90.4 Status: Patch Available (was: Open) Improve performance of scans

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: 0001-Optimization-of-scans-using-filters.patch Improve performance of scans with some

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Affects Version/s: (was: 0.94.0) 0.90.4 Improve performance of scans

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Fix Version/s: (was: 0.90.4) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: 0001-Optimization-of-scans-using-filters.patch) Improve performance of scans

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered-scans_0.90.4.patch Patch against 0.90.4 Improve performance of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered-scans_trunk.patch Patch against trunk. Improve performance of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Open (was: Patch Available) Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: Filtered-scans_0.90.4.patch) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: (was: Filtered-scans_trunk.patch) Improve performance of scans with some kind of

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered-scans_0.90.4.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Attachment: Filtered-scans_trunk.patch Improve performance of scans with some kind of filters.

[jira] [Updated] (HBASE-5416) Improve performance of scans with some kind of filters.

2012-02-16 Thread Max Lapan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Lapan updated HBASE-5416: - Status: Patch Available (was: Open) Improve performance of scans with some kind of filters.