Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Performance impact on number of nodes
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
AJ  
View profile  
 More options Oct 14 2012, 8:52 am
From: AJ <ankitjinda...@gmail.com>
Date: Sun, 14 Oct 2012 05:52:50 -0700 (PDT)
Local: Sun, Oct 14 2012 8:52 am
Subject: Performance impact on number of nodes

Hi,

I am using Neo4j for my travel database where every location is a node and
hotels, restaurants are child nodes of location nodes. Right now number of
nodes is less but later own it will easily cross a hundred thousand nodes.
So my question is

1) Has any body been using Neo4j with more than a hundred thousand nodes in
production environment, if yes what kind of optimizations from modelling
perspective they had to do?

2) If number of nodes is an important factor in performance and scalability
than should we model such as to keep the nodes to minimum.

Thanks in advance!

-
Ankit


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wes Freeman  
View profile  
 More options Oct 14 2012, 10:45 am
From: Wes Freeman <freeman....@gmail.com>
Date: Sun, 14 Oct 2012 10:44:59 -0400
Local: Sun, Oct 14 2012 10:44 am
Subject: Re: [Neo4j] Performance impact on number of nodes

Based on my limited experience so far, it seems like the biggest things are:
- having enough RAM (where enough depends largely on the kinds of things
you are doing)
- keeping your queries local and limit the start points to a reasonable
number (don't do start n=node(*) match n-[r*]-m return n, m; and expect it
to finish in this century with a big graph)

Wes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »