Young-Seok Kim created ASTERIXDB-1185:
-----------------------------------------
Summary: Avoid generating objects proportional to data (in general)
Key: ASTERIXDB-1185
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1185
Project: Apache AsterixDB
Issue Type: Improvement
Reporter: Young-Seok Kim
Currently, inserting a record generates (even through a feed job) at least an
object in the job pipeline. One place, for sure, is in the LSMBTree.insert(),
where a cursor is created for each insert to check the primary key uniqueness.
This type of data proportional object creation should be avoided.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)