ftsrg / ingraph

Incremental view maintenance for openCypher graph queries.
http://docs.inf.mit.bme.hu/ingraph/
Eclipse Public License 1.0
48 stars 10 forks source link

Deduplicate ids in tuples #330

Open wafle opened 6 years ago

wafle commented 6 years ago

Right now the query match (n:M) return n, n.id results in the tuples like (<id>, <same id>).

szarnyasg commented 6 years ago

As we discussed on Slack, it should result in tuples like this, but this is a possible optimisation inside the engine - which could be supported by the compiler.