You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Sridhar Raman <sr...@gmail.com> on 2007/03/08 12:08:36 UTC

Disable versioning during import?

Hi

Is it possible to disable versioning during import of nodes?

I ask this because I have around 25000 nodes to be imported, and I am
concerned both about the time and space the db directory takes.  Would
disabling of versioning probably help in this matter?

Thanks in advance,
Sridhar

Re: Disable versioning during import?

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On 3/8/07, Sridhar Raman <sr...@gmail.com> wrote:
> Is it possible to disable versioning during import of nodes?
>
> I ask this because I have around 25000 nodes to be imported, and I am
> concerned both about the time and space the db directory takes.  Would
> disabling of versioning probably help in this matter?

Are the nodes mix:versionable? If not, then versioning shouldn't have
any effect on import perfromance. If yes, then you can only import
them correctly if the relevant version structures are also created.

BR,

Jukka Zitting