Recommendations for Improving Performance

I have two scenarios, and I need advice on which one offers better performance:

  1. Adding entities directly from IndexedDB to the globe.
  2. Adding entities from IndexedDB into a reactive array and letting the globe read from this array.

I think the second option is better because the array is reactive, saving the code/workload of repeatedly querying IndexedDB.

However, I’m just guessing from as far as i understand.

But: I definitely don’t know, which scenario generally performs better in CesiumJS. Any insights would be appreciated.