Hi!
Is it possible to have a local Atlas Cluster deployment with the Online Archive feature? Specifically, I’d like to test the differences between queries of Atlas Cluster direct connection vs Federated Instance (as per docs https://www.mongodb.com/docs/atlas/data-federation/supported-unsupported/query-write-op-commands/ )
With Local Atlas Deployment, you can use Atlas Search and Atlas Vector Search indexes.
Hi Shashank, thanks for your reply! I don’t have much knowledge about Atlas Search nor Vector Search indexes, but just to add more context:
we have some queries defined that works for the Atlas cluster. We’d like to move our queries to the data federated instance through VPC endpoint (with its own limits) and we need to test whether the queries themselves need change or not if we swap to the Data federated instance connection. Do you think we’d be able to test it through Atlas search or Vector search?