How to decide between Neo4j causal vs HA clustering

后端 未结 1 481
故里飘歌
故里飘歌 2021-01-18 07:16

I\'m setting up a Neo4j cluster for a greenfield app. What considerations should I take into account when deciding between causal and HA clustering? The docs are very good a

相关标签:
1条回答
  • 2021-01-18 07:57

    There are some differences between HA & CC mode, but by default you should use the CC one : it's the default clustering mode (Neo4j spent a lot of time to develop it).

    With CC you :

    • will never have any branched data
    • can benefit of the official driver functionalities : Load-balancing, routing, bookmark-id(ie. read your own write), ...

    Cheers.

    0 讨论(0)
提交回复
热议问题