Hi Tim,

It is not possible to mark a transaction as read-only. As Martin said, you
don't need a transaction to perform read operations. If you have a
transaction but don't do any writes, then it won't commit anything. So as
long as you don't do any writes, you shouldn't experience any delays when
finishing the transaction.

David

On Wed, Jul 28, 2010 at 8:38 PM, Martin Neumann <[email protected]>wrote:

> If you use the latest development version of Neo4j you can do read
> operations without a transaction. Especially for huge number of reads this
> speeds things up allot.
>
> cheers
> Martin
>
> On Wed, Jul 28, 2010 at 4:53 PM, Tim Jones <[email protected]> wrote:
>
> > Hi,
> >
> > Is it possible to mark a transaction as being read-only? It's taking a
> > while for
> > my transaction to shut down, even though there are no writes to commit.
> >
> > Thanks,
> > Tim
> >
> >
> >
> >
> >
> > _______________________________________________
> > Neo4j mailing list
> > [email protected]
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to