[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-05-08 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16001482#comment-16001482 ] Lars Hofhansl commented on PHOENIX-3806: Going to commit to 4.x.* unless I hear objections

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-05-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15998793#comment-15998793 ] James Taylor commented on PHOENIX-3806: --- +1. Nice work, [~vincentpoon]. I can't think of a reason

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-05-04 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15997680#comment-15997680 ] Vincent Poon commented on PHOENIX-3806: --- put up a patch that simply changes the SortedCollection

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-05-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15997676#comment-15997676 ] ASF GitHub Bot commented on PHOENIX-3806: - GitHub user vincentpoon opened a pull request:

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-26 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15985520#comment-15985520 ] Lars Hofhansl commented on PHOENIX-3806: Yeah we need to look at all the versions. I think most

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-26 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15985223#comment-15985223 ] Samarth Jain commented on PHOENIX-3806: --- After discussing this yesterday I realized that we cannot

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-25 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15983858#comment-15983858 ] Samarth Jain commented on PHOENIX-3806: --- One thing we could do is to look in the HTableDescriptor

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982344#comment-15982344 ] Lars Hofhansl commented on PHOENIX-3806: [~vincentpoon], in your case we should only be doing

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982243#comment-15982243 ] James Taylor commented on PHOENIX-3806: --- How about we limit the number of versions we consider to

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982230#comment-15982230 ] Vincent Poon commented on PHOENIX-3806: --- What I find is that if I create 100 versions of a row,

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982197#comment-15982197 ] James Taylor commented on PHOENIX-3806: --- IMHO, we'd want to change the code such that we add all

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981864#comment-15981864 ] Samarth Jain commented on PHOENIX-3806: --- The above suggestion won't work since we support point in

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981699#comment-15981699 ] Samarth Jain commented on PHOENIX-3806: --- If there is a util to convert from a data table row to a

[jira] [Commented] (PHOENIX-3806) IndexUpdateManager spending a lot of time sorting mutations on Index rebuild

2017-04-24 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981677#comment-15981677 ] Vincent Poon commented on PHOENIX-3806: --- Some more detail on this issue: What we found was that