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
Pros and cons about graph databses and especially Neo4j
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
  20 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
 
Michel Domenjoud  
View profile  
 More options Jun 4 2012, 5:40 am
From: Michel Domenjoud <mdomenj...@octo.com>
Date: Mon, 4 Jun 2012 11:40:38 +0200
Local: Mon, Jun 4 2012 5:40 am
Subject: Pros and cons about graph databses and especially Neo4j

Hello,
I'm currently working on graph databases as an R&D subject, and I'm looking
for good references about graph databases pros and cons.
I already watched and read a lot of good articles about graph databases,
about their position in the NoSQL ecosystem, and also some benchmarks and
performance comparison towards relational databases. So, I have a lot of
pros arguments to uses graph databases : good fit for higly connected data,
powerful for traversals, etc. but also some examples that show use cases
usually adressed with relational databases (CMS, e-commerce...)

Now I'm really convinced that graph databases and especially Neo4j fits a
lot of use cases, and as I was trying to convince some collegues about
Neo4j benefits, I realized that I lack some cons about graph databases vs.
relational databases and I was almost arguing Neo4j as a silver bullet,
which can't be true.

So here is my question : does anybody have some references, precise
arguments or use cases that don't fit in graph databases but fit really
better in relational databases?
I already have some, but I intentionally don't put anything for the moment
in order to start an open debate :)

Thanks by advance for your answers!


 
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.
Johnny Weng Luu  
View profile  
 More options Jun 4 2012, 7:34 am
From: Johnny Weng Luu <johnny.weng....@gmail.com>
Date: Mon, 4 Jun 2012 04:34:26 -0700 (PDT)
Local: Mon, Jun 4 2012 7:34 am
Subject: Re: Pros and cons about graph databses and especially Neo4j

One con for me is the you can't shard Neo4j. That means that you have your
whole dataset in ONE server.

So you have to scale vertically each time you want to have more data
capacity.

Johnny


 
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.
Radhakrishna Kalyan  
View profile  
 More options Jun 4 2012, 8:20 am
From: Radhakrishna Kalyan <nrkkal...@gmail.com>
Date: Mon, 4 Jun 2012 14:20:19 +0200
Local: Mon, Jun 4 2012 8:20 am
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

Hi

This was my first question to Peter on his presentation in Karlskrona in
2011 Dev-Con.

As it always mentioned and I too realized that NoSql does not say not to
use relational database, but suggests to replace relational database with
Neo4J where one see relations(Complex/Non-Complex) among data.
I hope you agree.

I do agree that neo4j is not a silver bullet for every case.

I see it like this:
I will* NOT *use Neo4J in an application if:

1) The application have only tables with no relations among them. i.e No
foreign key relation among tables.
2) If the application is a legacy application like Mainframes and DB2
containing stored procedures etc. where migrating to a new DB is a major
issue.
3) If the application code contains hard coded SQL queries to fetch the
data from the database which makes it hard to migrate.

These are the few cases I found when I was looking to migrate my own
application built on Swing and SqlLite as backend. I used Sql queries with
in my code.

I would have been saved if I would have used JPA. Because thanks to
Spring-Data-Neo4J where there is a support for cross storage.
It means that the application can persist to Neo4J and any relational db
using the same entity.
Please consider looking to Spring-Data-Neo4J.

Please comment if there is any misconception in my opinion.

Kalyan

On Mon, Jun 4, 2012 at 11:40 AM, Michel Domenjoud <mdomenj...@octo.com>wrote:

--
Thanks and Regards
N Radhakrishna Kalyan

 
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.
Tero Paananen  
View profile  
 More options Jun 4 2012, 8:42 am
From: Tero Paananen <teropaana...@gmail.com>
Date: Mon, 4 Jun 2012 08:42:08 -0400
Local: Mon, Jun 4 2012 8:42 am
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

> I see it like this:
> I will NOT use Neo4J in an application if:

> 1) The application have only tables with no relations among them. i.e No
> foreign key relation among tables.
> 2) If the application is a legacy application like Mainframes and DB2
> containing stored procedures etc. where migrating to a new DB is a major
> issue.
> 3) If the application code contains hard coded SQL queries to fetch the data
> from the database which makes it hard to migrate.

I don't think reasons 2 and 3 are good reasons (or they're not formulated well)
to keep maintaining a legacy solution.

It's a cost vs. benefits thing. If you can gain benefits (performance, cost of
maintenance, etc.) at a cost that's acceptable, then you should migrate to
a different solution.

-TPP


 
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.
Radhakrishna Kalyan  
View profile  
 More options Jun 4 2012, 9:09 am
From: Radhakrishna Kalyan <nrkkal...@gmail.com>
Date: Mon, 4 Jun 2012 15:09:51 +0200
Local: Mon, Jun 4 2012 9:09 am
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

I agree, my reasoning for 2 and 3 are more towards cost reasons. sorry for
not mentioning.

On Mon, Jun 4, 2012 at 2:42 PM, Tero Paananen <teropaana...@gmail.com>wrote:

--
Thanks and Regards
N Radhakrishna Kalyan

 
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.
Johnny Weng Luu  
View profile  
 More options Jun 4 2012, 9:40 am
From: Johnny Weng Luu <johnny.weng....@gmail.com>
Date: Mon, 4 Jun 2012 06:40:45 -0700 (PDT)
Local: Mon, Jun 4 2012 9:40 am
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

It's hard to imagine data with no relations.

Sooner or later I think you would like to have relations between different
data entities.

Everything is connected.

Johnny


 
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.
Charles Bedon  
View profile  
 More options Jun 4 2012, 10:20 am
From: Charles Bedon <charles.be...@zoho.com>
Date: Mon, 04 Jun 2012 09:20:54 -0500
Local: Mon, Jun 4 2012 10:20 am
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

Hello

For me the best advantage of using a NOSQL approach is its schema-less nature. It's also a disadvantage if you consider that it's now your responsibility to ensure the model integrity, but it gives you a lot of freedom if you have to mess with it at runtime (I mean, if the application requires it).

-------------------------------------
Charles Edward Bedón Cortázar
Network Management, Data Analysis and Free Software http://www.neotropic.co | Follow Neotropic on Twitter
Open Source Network Inventory for the masses!  http://kuwaiba.sourceforge.net | Follow Kuwaiba on Twitter
Linux Registered User #386666

---- Am Mon, 04 Jun 2012 08:40:45 -0500 Johnny Weng Luu &lt;johnny.weng....@gmail.com&gt; schrieb ----

It's hard to imagine data with no relations.

Sooner or later I think you would like to have relations between different data entities.

Everything is connected.

Johnny

On Monday, June 4, 2012 2:20:19 PM UTC+2, Radhakrishna Kalyan wrote:Hi

 This was my first question to Peter on his presentation in Karlskrona in 2011 Dev-Con.

As it always mentioned and I too realized that NoSql does not say not to use relational database, but suggests to replace relational database with Neo4J where one see relations(Complex/Non-Complex) among data.
 I hope you agree.

I do agree that neo4j is not a silver bullet for every case.

I see it like this:
I will NOT use Neo4J in an application if:

1) The application have only tables with no relations among them. i.e No foreign key relation among tables.
 2) If the application is a legacy application like Mainframes and DB2 containing stored procedures etc. where migrating to a new DB is a major issue.
3) If the application code contains hard coded SQL queries to fetch the data from the database which makes it hard to migrate.

These are the few cases I found when I was looking to migrate my own application built on Swing and SqlLite as backend. I used Sql queries with in my code.

I would have been saved if I would have used JPA. Because thanks to Spring-Data-Neo4J where there is a support for cross storage.
 It means that the application can persist to Neo4J and any relational db using the same entity.
Please consider looking to Spring-Data-Neo4J.

Please comment if there is any misconception in my opinion.

Kalyan

On Mon, Jun 4, 2012 at 11:40 AM, Michel Domenjoud &lt;mdomenj...@octo.com&gt; wrote:

 Hello, I'm currently working on graph databases as an R&amp;D subject, and I'm looking for good references about graph databases pros and cons.
 I already watched and read a lot of good articles about graph databases, about their position in the NoSQL ecosystem, and also some benchmarks and performance comparison towards relational databases. So, I have a lot of pros arguments to uses graph databases : good fit for higly connected data, powerful for traversals, etc. but also some examples that show use cases usually adressed with relational databases (CMS, e-commerce...)

Now I'm really convinced that graph databases and especially Neo4j fits a lot of use cases, and as I was trying to convince some collegues about Neo4j benefits, I realized that I lack some cons about graph databases vs. relational databases and I was almost arguing Neo4j as a silver bullet, which can't be true.

So here is my question : does anybody have some references, precise arguments or use cases that don't fit in graph databases but fit really better in relational databases?
I already have some, but I intentionally don't put anything for the moment in order to start an open debate :)

Thanks by advance for your answers!

--
Thanks and Regards
N Radhakrishna Kalyan


 
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.
Johnny Weng Luu  
View profile  
 More options Jun 4 2012, 10:22 am
From: Johnny Weng Luu <johnny.weng....@gmail.com>
Date: Mon, 4 Jun 2012 07:22:31 -0700 (PDT)
Local: Mon, Jun 4 2012 10:22 am
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

I personally think that all kind of data should/could be saved in a graph
database.

The world is one big graph and data is usually representing real world
entities.

Johnny


 
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.
Alan Robertson  
View profile  
 More options Jun 4 2012, 12:18 pm
From: Alan Robertson <al...@unix.sh>
Date: Mon, 04 Jun 2012 10:18:06 -0600
Local: Mon, Jun 4 2012 12:18 pm
Subject: Re: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j

On 06/04/2012 05:34 AM, Johnny Weng Luu wrote:

> One con for me is the you can't shard Neo4j. That means that you have
> your whole dataset in ONE server.

> So you have to scale vertically each time you want to have more data
> capacity.

More specifically - more write throughput.  If your write throughput is
modest, you may never need to scale up.

For example, in my project, the information is dependency information
regarding things in a data center.  Although your data center might be
large, you will not likely add dependency information rapidly (by
database standards), and more importantly, it does not change rapidly by
computer standards.

A few thousand dependency updates per day represents a huge churn in the
underlying infrastructure, but a very small number of database updates.

I doubt I'll run into write speed problems for this project.  [Famous
Last Words!]

The moral of the story: *Know your application*.  No benchmarks no
matter how nice look very much like your application.

--
     Alan Robertson<al...@unix.sh>  - @OSSAlanR

"Openness is the foundation and preservative of friendship...  Let me claim from you at all times your undisguised opinions." - William Wilberforce


 
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.
Rick Otten  
View profile  
 More options Jun 4 2012, 12:49 pm
From: Rick Otten <rot...@manta.com>
Date: Mon, 4 Jun 2012 16:49:56 +0000
Local: Mon, Jun 4 2012 12:49 pm
Subject: RE: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j

That you can’t shard your Neo4j is a general statement.

I would argue that it is very difficult to shard a densely connected graph.  There are many graph data sets however that are not densely connected that could be sharded (at the application layer).   It depends on your data set and the types of queries you are running.

Another point from this discussion is that a table inherently has relationships.  Each field is related to each other field by the fact that they share a row.    The only data I can think of that has no inherent relationships would be a simple unordered list of objects.  (As soon as you order them, you have a data structure with inherent relationships between the objects.)

From: neo4j@googlegroups.com [mailto:neo4j@googlegroups.com] On Behalf Of Alan Robertson
Sent: Monday, June 04, 2012 12:18 PM
To: neo4j@googlegroups.com
Subject: Re: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j

On 06/04/2012 05:34 AM, Johnny Weng Luu wrote:
One con for me is the you can't shard Neo4j. That means that you have your whole dataset in ONE server.

So you have to scale vertically each time you want to have more data capacity.
More specifically - more write throughput.  If your write throughput is modest, you may never need to scale up.

For example, in my project, the information is dependency information regarding things in a data center.  Although your data center might be large, you will not likely add dependency information rapidly (by database standards), and more importantly, it does not change rapidly by computer standards.

A few thousand dependency updates per day represents a huge churn in the underlying infrastructure, but a very small number of database updates.

I doubt I'll run into write speed problems for this project.  [Famous Last Words!]

The moral of the story:  Know your application.  No benchmarks no matter how nice look very much like your application.

--

    Alan Robertson <al...@unix.sh><mailto:al...@unix.sh> - @OSSAlanR

"Openness is the foundation and preservative of friendship...  Let me claim from you at all times your undisguised opinions." - William Wilberforce


 
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.
vinravind  
View profile  
 More options Jun 4 2012, 7:14 pm
From: vinravind <vino...@gmail.com>
Date: Mon, 4 Jun 2012 16:14:42 -0700 (PDT)
Local: Mon, Jun 4 2012 7:14 pm
Subject: Re: Pros and cons about graph databses and especially Neo4j
Neo4J only supports 1 billion nodes as of today.

On Jun 4, 2:40 am, Michel Domenjoud <mdomenj...@octo.com> wrote:


 
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.
Michael Hunger  
View profile  
 More options Jun 4 2012, 7:27 pm
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Tue, 5 Jun 2012 01:27:33 +0200
Local: Mon, Jun 4 2012 7:27 pm
Subject: Re: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j
That is actually not correct, these are 2^35 = 34bn nodes same number of rels and 2 ^ 36 = 68bn properties.

And this is just the current store-format, in principle the neo4j LONG id's can store 2^64 nodes, rels and properties if the need arises.

Michael

Am 05.06.2012 um 01:14 schrieb vinravind:


 
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.
Benjamin Gehrels  
View profile  
 More options Jun 4 2012, 7:30 pm
From: Benjamin Gehrels <neo4j-mailingl...@gehrels.info>
Date: Tue, 05 Jun 2012 01:30:12 +0200
Local: Mon, Jun 4 2012 7:30 pm
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j
I would answer this depending on how you want to access your data:

In the Relational Model, all Entitys of the same kind are logically
stored together (in a Table). So: Fetching all (or Parts) of them or
aggregating over them is reletively cheap, whereas doing this for the
relationships between entities is harder and needs some index structures
to optimize.

In the Graph Model, related Entitys (and their Relationships) are
logicaly stored together. So: Traversing over them and aggregating over
the traversal results is reletively cheap, whereas doing this for all
elements of one type is harder and needs some index structures to optimize.
_____________________________________________________________________
|           |                access paradigm                        |
|           | entitys of same type | relationships between entities |
|--------------------------------------------------------------------
|graphs     | needs indexing       | cheap                          |
|relational | cheap                | needs indexing                 |
|-------------------------------------------------------------------|

Am 04.06.2012 11:40, schrieb Michel Domenjoud:


 
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.
Michel Domenjoud  
View profile  
 More options Jun 5 2012, 12:42 pm
From: Michel Domenjoud <mdomenj...@octo.com>
Date: Tue, 5 Jun 2012 09:42:50 -0700 (PDT)
Local: Tues, Jun 5 2012 12:42 pm
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

Hello,
thanks for your answers,

1 - graphs are hard to shard : yes, but I don't think this is explicitly an
argument in a graph vs. relational database pros&cons, as relational
databases can be really hard to  shard too, depending on the connectivity
of the schema.

2 - I'll keep the main argument that is graph databases are known to be
more efficient when working mainly on relations (with traversals), whereas
relational databases can be more efficient on finding all elements of a
type.

@Benjamin Thanks for your argument about differences in model storage, i'ts
pretty clear.
But with this argument about indexing needs, it seems that we can in fact
use either use relational or graph database, and we'll always have to
define some indexes as we never use only relations fetchs or only entities
fetchs.

Le mardi 5 juin 2012 01:30:12 UTC+2, Benjamin Gehrels a écrit :


 
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.
Markus Gattol  
View profile  
 More options Jun 20 2012, 4:21 am
From: Markus Gattol <markus.gat...@gmail.com>
Date: Wed, 20 Jun 2012 01:21:05 -0700 (PDT)
Local: Wed, Jun 20 2012 4:21 am
Subject: Re: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j

Hi Michael,

thanks for pointing this out... I hadn't looked at Neo4j for a while and
too thought it (still) was at around 1 billion nodes per database. Did this
change some time during the last six or so month or was this limit just a
myth from the start? I haven't checked yet but I assume the info you just
pointed out is documented yes?


 
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 Jun 20 2012, 4:22 am
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Wed, 20 Jun 2012 10:22:15 +0200
Local: Wed, Jun 20 2012 4:22 am
Subject: Re: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j
Here you go :)

http://docs.neo4j.org/chunked/snapshot/capabilities-capacity.html#cap...

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.
Niels Hoogeveen  
View profile  
 More options Jun 20 2012, 5:14 pm
From: Niels Hoogeveen <nielshoog...@gmail.com>
Date: Wed, 20 Jun 2012 14:14:50 -0700 (PDT)
Local: Wed, Jun 20 2012 5:14 pm
Subject: Re: Pros and cons about graph databses and especially Neo4j
Just reading this comment now, and I would like to counter the claim
made.

While there are no specific facilities in Neo4j (yet) to do sharding,
it's not impossible to do so.

One solution is to write a wrapper around the Node#createRelationship
method, where a test is added whether the two involved nodes have the
same database. If so, then a normal relationship is created.

If the two database are different, the following steps can be taken:

1) lookup in the source database (through an index or some other
mechanism) if a shadow node exists for the node the relationship is
created to.
2) if no such shadow node exists, create it in the source database and
make sure it can be looked up in the future (add it to an index). Add
a property to the shadow node referencing the node id of the target
node.
3) create a relationship from the source node to the shadow node
4) lookup in the target database if a shadow node exists for the
source node.
5) if no such shadow node exists, create it and make sure it can be
be looked up in the future. Add a property to the shadow node
referencing the node id of the source node.
6) create a relationship from the shadow node to the target node.

(NB. source node means the node the relationship is created from...
target node means the node the relationship is created to... source
database means the database the source node resides in... target
database means the database the target node resides in)

The remainder of the methods of Node and Relationship need to be
wrapped as well, so the lookup of properties and relationships is done
on the actual node and not on its shadow.

It would be neat if such features could be integrated somewhere in a
future Neo4j release.

On Jun 4, 1:34 pm, Johnny Weng Luu <johnny.weng....@gmail.com> wrote:


 
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.
Axel Morgner  
View profile  
 More options Jun 20 2012, 5:29 pm
From: Axel Morgner <a...@morgner.de>
Date: Wed, 20 Jun 2012 23:29:34 +0200
Local: Wed, Jun 20 2012 5:29 pm
Subject: Re: [Neo4j] Pros and cons about graph databses and especially Neo4j

Here's another argument, not very much stressed in this thread so far:

Sent ahead that most use cases can be modeled in either worlds, modeling
a problem as a graph is easier for human beings. And the more 'graphy' a
problem is, the better it fits into a graph database.

Don't underestimate the fact that you can make your managers understand
your database!

Am 04.06.2012 11:40, schrieb Michel Domenjoud:


 
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.
Chris Albertson  
View profile  
 More options Jun 20 2012, 5:49 pm
From: Chris Albertson <albertson.ch...@gmail.com>
Date: Wed, 20 Jun 2012 14:49:55 -0700
Local: Wed, Jun 20 2012 5:49 pm
Subject: Re: [Neo4j] Re: Pros and cons about graph databses and especially Neo4j

For the above to work, you MUST have so way to LOCK the database.
Any time you do a lookup and then make a decision based on that lookup
you must hold a lock.    This is what makes sharing hard.   The need
for the lock means that no updates can be made.  If these are many
users this is a huge bottle neck on performance.     I worked on a
system once where there were a dozen users and each needed to hold a
lock for about 1/10th second.  It should be clear that doing 10
operations per second was nt possible.   We had to give up and move to
a "real" SQL database that had better, dinner grain locking.   We went
with PostgreSQL.     A web app can have potentially very many users
and if only one can hold a lock at a time you are "sunk".
Chris Albertson
Redondo Beach, California

 
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.
Niels Hoogeveen  
View profile  
 More options Jun 21 2012, 9:25 am
From: Niels Hoogeveen <nielshoog...@gmail.com>
Date: Thu, 21 Jun 2012 06:25:58 -0700 (PDT)
Local: Thurs, Jun 21 2012 9:25 am
Subject: Re: Pros and cons about graph databses and especially Neo4j
Hi Chris,

I am not sure why you would have to lock an entire database to make
sharding work, especially when it comes to simple lookups. Would you
care to expand?

On Jun 20, 11:49 pm, Chris Albertson <albertson.ch...@gmail.com>
wrote:


 
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 »