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
getAllNodes() and transactions.
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
  3 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
 
Marko Rodriguez  
View profile  
 More options May 11 2012, 3:01 pm
From: Marko Rodriguez <okramma...@gmail.com>
Date: Fri, 11 May 2012 13:01:54 -0600
Local: Fri, May 11 2012 3:01 pm
Subject: getAllNodes() and transactions.
Hello,

How do I iterate through all nodes and be respective of any node deletions I made in the current transaction?

As it stands, it seems that
        GlobalGraphOperations.at(rawGraph).getAllNodes()
..doesn't respect the current transaction's view.

Thoughts?,
Marko.

http://markorodriguez.com


 
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.
Peter Neubauer  
View profile  
 More options May 15 2012, 3:06 am
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Tue, 15 May 2012 09:06:23 +0200
Local: Tues, May 15 2012 3:06 am
Subject: Re: [Neo4j] getAllNodes() and transactions.
Marko,
this is by design. Deleted elements are marked as deleted during the
current TX and deleted upon commit. They could be deleted directly,
but both designs have their pros and cons, so we chose the former.

Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

If you can write, you can code - @coderdojomalmo
If you can sketch, you can use a graph database - @neo4j


 
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.
Mattias Persson  
View profile  
 More options May 16 2012, 7:42 am
From: Mattias Persson <matt...@neotechnology.com>
Date: Wed, 16 May 2012 13:42:08 +0200
Local: Wed, May 16 2012 7:42 am
Subject: Re: [Neo4j] getAllNodes() and transactions.

Yup, getAllNodes/Relationships doesn't take into consideration
created/deleted nodes/relationships, although to match neo4j functionality
in general deletions shouldn't affect it, but however created nodes/rels
should be visible in those iterators. It's a known issue
https://github.com/neo4j/community/issues/457

2012/5/15 Peter Neubauer <peter.neuba...@neotechnology.com>

--
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com

 
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 »