users  

fast import and export on BundleFsPersistenceManager

Luiz Fernando Teston
Wed, 03 Feb 2010 04:33:05 -0800

Hi,

I'm using lots of data on JCR during some tests. It takes a long time to me
to fill that data, so, I'd like to import it, instead of create it every
time I run these tests.
I'd like to know if is ok to use the BundleFsPersistenceManager and simply
copy the directory. If this is not ok, is there any other better and/or
faster way to do that? This is only for tests purposes. I won't use it on
production.

Regards,


Teston