Does this support cluster version?
TsaiZX opened this issue · 2 comments
The RedisGraph is support the Redis cluster version now, but if insert the data record by record is too slow.
This tool is helpful for single-node Redis. Would like to ask if this tool has a supported Redis cluster version?
@TsaiZX please notice RedisGraph cluster support, only supports multi graph across the cluster and not storing a single Graph distributed a cross shards. So moving to cluster shouldn't help load time of a specific Grpah only if you load different graphs in parallel.
@TsaiZX please notice RedisGraph cluster support, only supports multi graph across the cluster and not storing a single Graph distributed a cross shards. So moving to cluster shouldn't help load time of a specific Grpah only if you load different graphs in parallel.
Thanks a lot !! I think I know the difference.