douzhang2680 2015-03-09 14:55
浏览 178
已采纳

大数据需要Neo4j配置

I know database queries needs be written considering performance. Though server configurations should be used for supporting maximum performance.

My database is having:

  1. 10 million nodes
  2. 30 million relationships
  3. 30 label types
  4. 100 relationship types

I read though performance guide of Neo4j. But it is hard to find best required server settings in Neo4j. So my question is:

What are the minimal server configurations and Neo4j configurations should have for good performance (i.e less response time) from Neo4j?

  1. Considering 10k concurrent connections
  2. Ratio of Read:Write is 90:10
  3. Scripting Language is PHP
  • 写回答

1条回答 默认 最新

  • dql1978dql1978 2015-03-09 18:40
    关注

    Your graph is not very big, the concurrent users are more interesting. I recommend a Neo4j cluster with one master that you send writes to and a number of slaves (3-4) for the reads.

    I had good experiences with these boxes with 128G RAM and 12 CPUs and 500G SSD for 140 bucks a month.

    https://www.hetzner.de/us/hosting/produkte_rootserver/px120ssd

    The Neoclient driver is a pretty good choice also with support for HA servers.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 宇视监控服务器无法登录
  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥15 DruidDataSource一直closing
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥50 power BI 从Mysql服务器导入数据,但连接进去后显示表无数据