Luo Chen has posted comments on this change.

Change subject: [ASTERIXDB-2339] Add a new inverted index merge cursor
......................................................................


Patch Set 6:

> (3 comments)
 > 
 > > (3 comments)
 > >
 > > Generally, how opType is used in the bulk loader?
 > 
 > We have three types of component bulkload operations, i.e., flush,
 > merge and load. Flush/merge are self-explanatory, while load is
 > used when the user wants to bulkload a dataset (using load
 > statement)

More on opType. If we're bulkloading an inverted index component during merge, 
then new token information is already populated during the scan process. As a 
result, there is no need for the bulkloader to copy the tuple every time. 
opType thus is used to create a specialized bulkloader for merging inverted 
index components.

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/2519
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I57d039cd7e08033884529a204bff9acffd96d9bb
Gerrit-PatchSet: 6
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Luo Chen <cl...@uci.edu>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Ian Maxon <ima...@apache.org>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Luo Chen <cl...@uci.edu>
Gerrit-Reviewer: Taewoo Kim <taew...@uci.edu>
Gerrit-Reviewer: Taewoo Kim <wangs...@gmail.com>
Gerrit-Reviewer: abdullah alamoudi <bamou...@gmail.com>
Gerrit-HasComments: No

Reply via email to