[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2021-08-27 Thread Jimi (Jira)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17405701#comment-17405701 ] Jimi commented on KUDU-2038: when publish this feature ? > Add b-tree or inverted index on value field >

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2020-11-24 Thread Andrew Wong (Jira)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238400#comment-17238400 ] Andrew Wong commented on KUDU-2038: --- There is a patch for bitmap indexing out, but I don't think it is

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2020-11-23 Thread Redriver (Jira)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237257#comment-17237257 ] Redriver commented on KUDU-2038: What is about the current status? It is a very useful feature for fast

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2019-10-30 Thread LiFu He (Jira)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16963597#comment-16963597 ] LiFu He commented on KUDU-2038: --- It looks like the Procella from the YouTuBe supports secondary index, and

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2019-10-14 Thread Adar Dembo (Jira)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16951174#comment-16951174 ] Adar Dembo commented on KUDU-2038: -- bq. Is this issue duplicate with KUDU-2613 ? Yes. I closed that JIRA

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2019-10-14 Thread Finch Jiang (Jira)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16950792#comment-16950792 ] Finch Jiang commented on KUDU-2038: --- Is this issue duplicate with 

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-10-26 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16221172#comment-16221172 ] Todd Lipcon commented on KUDU-2038: --- Sure, I think something like BRIN could also work. Again, though,

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-10-25 Thread HeLifu (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16220011#comment-16220011 ] HeLifu commented on KUDU-2038: -- how about BRIN ? [link

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-06-16 Thread Yi Guolei (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052465#comment-16052465 ] Yi Guolei commented on KUDU-2038: - I know the reading processes. But why not apply mutations to the bitmap

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-06-16 Thread Andrew Wong (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052063#comment-16052063 ] Andrew Wong commented on KUDU-2038: --- I think the above placement (storing the index as a part of the base

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-06-16 Thread Yi Guolei (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051545#comment-16051545 ] Yi Guolei commented on KUDU-2038: - What about this way: 1. Add index(maybe bitmap index) just on base

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-06-09 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045297#comment-16045297 ] Todd Lipcon commented on KUDU-2038: --- I think bitmap indexing is probably more appropriate for typical

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-06-09 Thread Yi Guolei (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044104#comment-16044104 ] Yi Guolei commented on KUDU-2038: - I don't think partition could solve the problem. Partition could split

[jira] [Commented] (KUDU-2038) Add b-tree or inverted index on value field

2017-06-09 Thread lifu (JIRA)
[ https://issues.apache.org/jira/browse/KUDU-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044018#comment-16044018 ] lifu commented on KUDU-2038: maybe range partition on salary and age could reduce the scan data effectively. >