jrgemignani commented on issue #1000:
URL: https://github.com/apache/age/issues/1000#issuecomment-1675299212

   @vladiksun For the `_label_name` function. While the function could be 
eliminated, the numeric value passed (which I'm assuming is what is problematic 
for you) wouldn't be. If I were to eliminate it altogether, then the index 
wouldn't likely have anything to key on.
   
   Btw, the way a label name is stored and retrieved is via the graph's OID 
(which graph the vertex or edge belongs to) and a part of the vertex or edge ID 
(the ID contains a unique ID plus the ID of the label table it belongs to).  A 
vertex or edge is not stored with its label name. That is why it needs to be 
constructed to build in memory representation.


-- 
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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to