[ https://issues.apache.org/jira/browse/HIVE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019069#comment-13019069 ]
John Sichi commented on HIVE-1803: ---------------------------------- OK, here's the simplest approach I can come up with given the way internal column names currently work: * introduce yet another config parameter hive.exec.rowoffset=true/false (default false) * only support the new virtual column for queries where this is true (get rid of static field VirtualColumn.registry and replace it with a getRegistry method which takes in a conf) * set this in the conf used for compiling the internal statement (but don't modify the top-level conf) (Ideally, we wouldn't need the config param; we would do this automatically based on the presence of a reference to the VC in the query. Also ideally, at execution time we would avoid any counter-increment overhead when this is false.) > Implement bitmap indexing in Hive > --------------------------------- > > Key: HIVE-1803 > URL: https://issues.apache.org/jira/browse/HIVE-1803 > Project: Hive > Issue Type: New Feature > Components: Indexing > Reporter: Marquis Wang > Assignee: Marquis Wang > Attachments: HIVE-1803.1.patch, HIVE-1803.10.patch, > HIVE-1803.11.patch, HIVE-1803.2.patch, HIVE-1803.3.patch, HIVE-1803.4.patch, > HIVE-1803.5.patch, HIVE-1803.6.patch, HIVE-1803.7.patch, HIVE-1803.8.patch, > HIVE-1803.9.patch, JavaEWAH_20110304.zip, bitmap_index_1.png, > bitmap_index_2.png, javaewah.jar, javaewah.jar, unit-tests.2.patch, > unit-tests.3.patch, unit-tests.patch > > > Implement bitmap index handler to complement compact indexing. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira