[ https://issues.apache.org/jira/browse/PHOENIX-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055991#comment-14055991 ]
James Taylor commented on PHOENIX-1069: --------------------------------------- +1. Nice feature, [~jeffreyz]. I like the idea of being able to import both table data and index data in one job if possible for phase 2 as this will probably perform much better. Also, it seems like if the table has an index, we should just import it automatically rather than have the user specify the index on the command line. Otherwise, after the bulk load, it'll be in an invalid state (i.e. the index will be empty while the table will have data), right? > Improve CsvBulkLoadTool to build indexes when loading data. > ----------------------------------------------------------- > > Key: PHOENIX-1069 > URL: https://issues.apache.org/jira/browse/PHOENIX-1069 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 3.0.0, 4.0.0 > Reporter: Jeffrey Zhong > Attachments: phoenix-1069.patch > > > Currently CsvBulkLoadTool only imports data not the indexes. It will be > convenient for people to load data & indexes at same time. Here come the > JIRA. -- This message was sent by Atlassian JIRA (v6.2#6252)