where are indexes created in AGE extension on Postgres since normally indexes are created on every column where we create index. But in case of AGE since its graph-based so there are nodes and edges so how does indexes work in this scenario ??
Since nodes are different from columns so how does indexes work on them ??
I'm trying to understand this query as how does indexes work in apache-age !