On 4/11/07, Jukka Zitting <[EMAIL PROTECTED]> wrote:
Hi,

On 4/11/07, sstrickland <[EMAIL PROTECTED]> wrote:
> I use a db2 database on an iSeries (AS400) to store my project.  I connect
> just fine, and I can create nodes, child nodes and grandchild nodes, along
> with appropriate properties.  It's just that it is so very slow.  20-30
> seconds per node!  Am I doing anything wrong?

You are probably running the content repository on a separate server
than the database. The database persistence manager performance is
quite sensitive to network latency, so the roundtrip time to the
database server should be < 10ms.


It must be something else because from 10ms up to 10-20seconds is a
lot of time :-).

./alex
--
.w( the_mindstorm )p.
_____________________________________
 Alexandru Popescu, OSS Evangelist
TestNG/Groovy/AspectJ/WebWork/more...
 Information Queue ~ www.InfoQ.com

I assume you currently use the default database persistence manager in
Jackrabbit 1.x. You might want to try the bundle persistence manager
in the Jackrabbit trunk since it's not as latency-constrained as the
current database persistence manager.

BR,

Jukka Zitting

Reply via email to