You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by jacktu <ch...@gmail.com> on 2012/06/07 04:59:06 UTC

When using SimpleDbPersistenceManager, why data is stored twice?

For my project, I find that the data is increasing really fast. I find that
it is stored (likely)twice in "<Workspace> and <Versioning>" elements(I'm
using SimpleDbPersistenceManager as the PM).

Also I got through this 
http://jackrabbit.510166.n4.nabble.com/Bytes-stored-twice-in-Datastore-and-Blob-Store-td513576.html
post   It says witching to DataStore.

So I'm wondering why is it stored twice? What's the intention?

Any tips would be much appreciated! Thanks a lot in advance! 

--
View this message in context: http://jackrabbit.510166.n4.nabble.com/When-using-SimpleDbPersistenceManager-why-data-is-stored-twice-tp4655304.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Re: When using SimpleDbPersistenceManager, why data is stored twice?

Posted by jacktu <ch...@gmail.com>.
Thanks Thomas for the reply.

How about the current data? Do you know what kind of migration I need to do
(which one is preferred)?

If I just follow the - http://wiki.apache.org/jackrabbit/BackupAndMigration

Will it affect the current data?

Thanks again.

--
View this message in context: http://jackrabbit.510166.n4.nabble.com/When-using-SimpleDbPersistenceManager-why-data-is-stored-twice-tp4655304p4655386.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Re: When using SimpleDbPersistenceManager, why data is stored twice?

Posted by Thomas Mueller <mu...@adobe.com>.
Hi,

> It says witching to DataStore.

Yes, you should do that. If you do, it wouldn't be stored twice.

Regards,
Thomas


On 6/7/12 4:59 AM, "jacktu" <ch...@gmail.com> wrote:

>For my project, I find that the data is increasing really fast. I find
>that
>it is stored (likely)twice in "<Workspace> and <Versioning>" elements(I'm
>using SimpleDbPersistenceManager as the PM).
>
>Also I got through this
>http://jackrabbit.510166.n4.nabble.com/Bytes-stored-twice-in-Datastore-and
>-Blob-Store-td513576.html
>post   It says witching to DataStore.
>
>So I'm wondering why is it stored twice? What's the intention?
>
>Any tips would be much appreciated! Thanks a lot in advance!
>
>--
>View this message in context:
>http://jackrabbit.510166.n4.nabble.com/When-using-SimpleDbPersistenceManag
>er-why-data-is-stored-twice-tp4655304.html
>Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.