Sure.. But with 100 concurrent threads I guess we should not be looking for big hardware anyways.
Also if we cluster the repository I guess still we deal with a global lock across nodes.. So not sure how much we gain Thanks Shashank On Wed, Jul 28, 2010 at 9:06 PM, Thomas Müller <[email protected]> wrote: > Hi, > >> What I am getting here is that writes will be >> serialized due to a Single Write lock > > For scalability, you also need scalable hardware. Just using multiple > threads will not improve performance if all the data is then stored on > the same disk. > > Regards, > Thomas >
