You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "Chidera6 (via GitHub)" <gi...@apache.org> on 2023/05/31 10:49:51 UTC

[GitHub] [age] Chidera6 commented on issue #954: Creating Index on specific property

Chidera6 commented on issue #954:
URL: https://github.com/apache/age/issues/954#issuecomment-1569960317

   To create an index with a specified property, the exact property will be accessed using the JSONB operator `->`, the syntax will look like this.
   `CREATE INDEX imdb
   ON munmud."Movie" USING gin ((properties->'imdbRank'));`
   
   


-- 
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-unsubscribe@age.apache.org

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