Hi, We're currently using SimpleDbPersistenceManager and intend to start using a BundleDbPersistenceManager due to the reported performance benefits.
What's the best way to migrate the data between these two
implementations? I presume it's:
1. session.exportSystemView()
2. drop DB tables and reconfigure
3. session.importXML()
Is this the recommended method?
Thanks,
Matt
