"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How use multiple cloud databases ?

Hi everyone, 

Sorry for my poor English. I'm developing an app for movie poster dectection. My problem is when my movie poster count become so large (Now: > 1500) so i need post > 1500 target to Cloud DB, but my free Cloud DB can only contain max 1000 target. 

I know Vuforia offer some paid plan like Starter (99$/MO),... but I think it's very very wonderfull if i can use two or more free Cloub DB in an app to hold large targets like above.

In Cloud Reco Example, I see they use QCAR::TargetFinder like object to search targets in Cloud. It's initialized by call method startInit(aKey, sKey).

So how can change this TargetFinder to another CloudDB after init ? Can I use multiple TargetFinder objects or must call some update methods ?

Anybody can give me some suggestion ? :(