Graph

Can the compact result set format help you somehow have specified data that is not important and that is occupying a space that can be used to store important and not so redundant information?

The compact result-set format is one of 2 possible encoding schemas we apply to result-sets being sent out from RedisGraph to a client, the compact format translates reuses strings in favour of duplicating them, it also relies on client side caching for holding property and label strings.

I hope I was able to answer your question.