Hey Adriano and everyone,
I finally got a chance to monitor/profile the neo4j process with VisualVM when
I run my set of tests.
It seems that after running the set of tests once, ~ 50M of PermGen was used.
However, subsequent test runs simply multiples that, which worries me a little.
After th
Thanks. That was what I imagined too. However, I have a test that does:
1. create two nodes (e.g. node 2 and node 3)
2. create a relationship between the two nodes (e.g. rel id 23, type :foo)
3. add the relationship to the foo_rels index, with 2 as the key, 3 as the
value (the node ids) on rel id
I've searched around the forum, and aware of people who are using different
indexes for optimization. I am trying modify the
EmbeddedNeo4jWithIndexing.java from the samples directory so support
multiple indexes and I kept on getting exception whenever I try to commit
the transaction. My use case
as far as i know, no. you need to do it yourself.
hint: http://docs.neo4j.org/chunked/1.4.1/indexing-update.html
On Wed, Sep 7, 2011 at 1:25 AM, Nuo Yan wrote:
> Hey guys,
>
> When a relationship gets deleted, will it be removed from the index
> automatically? My test shows yes, but I want to be
A ha ! I changed the cypher Scala source code by myself . Thank you for your
help.
--
View this message in context:
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-how-Neo4j-work-for-sorting-chinese-character-tp3309754p3315369.html
Sent from the Neo4j Community Discussions mailing
Hey guys,
When a relationship gets deleted, will it be removed from the index
automatically? My test shows yes, but I want to be absolutely certain.
For example, a relationship :foo exists between node A and B and it's
indexed on the foo_rels index with key node_a's id and value node_b's id.
When
Hi Michel,
sorry just returned from vacation.
the problem with 1) is still - you have to start to define fetch-groups for
subgraphs etc and you also have to define cascading rules for updates of
relationships.
Right now I don't have the resources to add all these things (especially as the
dev
Hello!
Is there anybody to answer to my previous email?
Thanks!
Michel
2011/9/2 Michel Domenjoud
> Hi,
> I'm currently testing Spring Data Graph, with a focus on polyglot
> persistence use cases, in order to give a short presentation at Spring User
> Group in Paris on September.
> This email
***
Hi Everyone,
Here are the events organized for this week. If you have any questions
regarding participation, feel free to email me at alli...@neotechnology.com
*
*
*LONDON Keynote: Ian Robinson presents @Progressive .NET Tutorials*
Wednesday, 7 September @ 0
Congratulations, Peter! There couldn't be a better champion for Neo4J and the
community.
-Original Message-
From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On
Behalf Of Peter Neubauer
Sent: Tuesday, September 06, 2011 10:33 AM
To: Neo4j user discussions; gremlin
Hi all,
Over the last year, the graph community has seen a fantastic surge of
interest and activity. We feel that we can and must support all of you more
seriously, so I am stepping up as the first of the Neo Technology community
team, dedicating more of my time to explicit community support.
http
Hi all,
while trying to come up with a good approach to GeoProcessing in Neo4j
Spatial as we wrap up Andreas Wilhelms work from the GSoC, we are
experimenting with a dataflow-based lazy approach (using the generic parts
of Tinkerpop pipes). This is broken up into filtering operations (that
filter o
Hi Dima,
and regarding your second message, the NotFoundException for the phone
property, what happens is that, on the beginning you had some nodes without
the phone property, and some time after, nodes were created with this phone
property, and that's a good thing, each node can have it's own pro
Like Bryce mentions, this is due to a problem the transaction manager has
encountered, there should be an exception from it sometime before these
stack traces show up.
If you are able to, look further back in your logs for output from
org.neo4j.kernel.impl.transaction.TxManager, there should be a
On Tue, Sep 6, 2011 at 11:55 AM, skarab77 wrote:
> Hi All,
>
> I have get the following exception:
>
> Exception in thread "AWT-EventQueue-0" org.neo4j.graphdb.NotFoundException:
> Relationship[1451488] exist but relationship type[2] not found.
>at
> org.neo4j.kernel.impl.core.NodeManager
Hi All,
I have get the following exception:
Exception in thread "AWT-EventQueue-0" org.neo4j.graphdb.NotFoundException:
Relationship[1451488] exist but relationship type[2] not found.
at
org.neo4j.kernel.impl.core.NodeManager.getRelForProxy(NodeManager.java:566)
at
org.neo4j.k
There is no specific workaround for launching the server from within another
web container. It looks like there is a ServletContextListener hooked up for
java server faces, that triggers when neo4j servers' Jetty instance starts a
webapp context, and subsequently fails.
I'm assuming the JSF listen
17 matches
Mail list logo