Zainab-Saad commented on issue #1090:
URL: https://github.com/apache/age/issues/1090#issuecomment-1658975105

   @rafsun42 I have tried analyzing the two ideas
   
   Regarding @muhammadshoaib 's idea, we can have the same performance as 
before (as we wont be scanning any table) but there is a loop hole what if two 
different csv files have the same `id` column value, this will cause clashes in 
vertex id. If we can find a way to go about this issue, then this idea has 
potential because previously too the function depended on `id` column as it 
used this as the `entry id` for generating `graphid`. Another issue could be 
that we might waste sequence numbers (I am not sure if this would be a big 
issue as the max sequence number is `9223372036854775807` )
   
   Regarding your idea, the only issue might be the vertex table scan (which 
will take the most time even if done once)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to