panosfol commented on issue #1093: URL: https://github.com/apache/age/issues/1093#issuecomment-1659043065
@rafsun42 So right now i have successfully created the `junction_table` as a parent to `_ag_label_vertex`, and im in the process of creating the function that will scan the table and return the `label_id` of the given vertex. The function though has a problem. When I do a scan the `junction_table`, it is basically empty as far as the scan is concerned because it doesn't search the child tables (I ve noticed this behaviour with a debugger in the `get_vertex` function). Should we insert every vertex in the `junction_table` also? Or is there another way we move forward? -- 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]
