Zainab-Saad commented on issue #1004: URL: https://github.com/apache/age/issues/1004#issuecomment-1692131046
With introducing terminal vertex label ids in the edge table for disassociating the unique ids for entities from their label ids, the label updation becomes slower O(n). One approach could be to reduce the search space that we have to lookup in the edge table. For that declarative table partitioning can work for the edge table. The issue is that with already existing inheritance relation for the edge table (the specific edge label tables inherit the default edge table) we need to find a way so that such partitioning is compatible with inheritance. I am researching on this compatibility issue. If such partitioning is implemented, we can increase the efficiency of edge table lookups for label updation. -- 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