Munmud opened a new issue, #920:
URL: https://github.com/apache/age/issues/920

   Is there any way to create index on property of nodes/edges ? If so how to 
add an index. For example i have created nodes as below 
   ```sql
   SELECT * 
   FROM cypher('Students', $$
       CREATE (:Person {roll : 25, age : 20})
   $$) as (v agtype);
   ```
   
   Now I want to create index on property `roll` how to do that ?
   How to use the created index for faster query ? 


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