hammadsaleemm commented on issue #935:
URL: https://github.com/apache/age/issues/935#issuecomment-1555870520

   Here's an example of how you can modify the query to create a graph with a 
custom number of edges:
   
   
   `SELECT * FROM create_custom_graph('test', 100, 500, 'e', 'v');`
   
   In this example, the create_custom_graph function takes four parameters:
   
   The graph name ('test' in this case).
   The number of vertices (100 in this case).
   The number of edges you want to create (500 in this case).
   The prefix for the edge and vertex IDs ('e' and 'v' respectively in this 
case).
   


-- 
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