You might do better asking the indexed hbase maintainers your question. See https://github.com/jameskennedy/hbase-transactional-tableindexed/blob/467e3d5bf3f81de7bcd560b28af78d637afd3209/README.txt
St.Ack On Sun, Nov 28, 2010 at 10:20 PM, sun sf <[email protected]> wrote: > I found that the Indexed column data will be added to the IndexTable > although I didn't do it. > > IndexTable > > Key column1 column2 > --------------------------------------------------------------------------------------------- > indexedColumn+Rowky RowKey indexedColumnData > > Since Key and column1 is enough for me to get the Rowkey > from the indexTable. > > Can someone tell me why the "column2" is necessary? > > and how can I delete it if it is useless? > > Because the DataStore(google) seems that there is no indexedCoumn > in the IndexTable. And also the indexedCoumn is reluctant in the table >
