$out / $merge work
DocumentDB refuses $out and $merge server-side. NoSqlStudio runs the prefix server-side, buffers the result, and bulk-writes to the destination collection. Same semantics, transparent to the user.
DocumentDB speaks the MongoDB wire protocol but skips half of the operators. NoSqlStudio gives them back — $out, $merge, $search, $vectorSearch, CSFLE, time-series — without changing your application code.
DocumentDB refuses $out and $merge server-side. NoSqlStudio runs the prefix server-side, buffers the result, and bulk-writes to the destination collection. Same semantics, transparent to the user.
Embedded TF-IDF / BM25 index builds once over the collection. $search queries the developer writes resolve against the local index — no Atlas Search required.
Flat ANN over Float32 buffers + BYO-LLM embeddings (your AI Registry provider). No Atlas Vector Search subscription needed.
Same bucket layout MongoDB 5.0+ uses internally — replicated at app level. expandedAggregate evaluates $match / $sort / $group on the expanded view.
Deterministic AES-256-CBC + HMAC-SHA-512 (equality queries survive) and randomised AES-256-GCM. Keys come from your KMS (Vault / AWS KMS / Azure Key Vault / GCP KMS). The DocDB server only ever sees ciphertext.
DocumentDB strips system.profile. NoSqlStudio pulls slow-query data straight from CloudWatch Performance Insights + DescribeDBClusters for cluster topology.
Suggestions are filtered against the DocumentDB capability map — no more "create partial filter expression" suggestions that crash at runtime.
Detects the flavour at connect time and shows the unsupported operators in a collapsible list at the top of every collection view.
| Feature | DocumentDB nativo | NoSqlStudio |
|---|---|---|
| $out / $merge | ❌ server rejects | ✅ client-side fallback |
| $graphLookup | ✅ native (DocDB 4.0+) | ✅ |
| $search | ❌ | ✅ local index |
| $vectorSearch | ❌ | ✅ local ANN |
| CSFLE | ❌ | ✅ app shim |
| Time-series collections | ❌ | ✅ bucket shim |
| Change streams | ⚠️ limited | ✅ wired |
| Replica set topology | ⚠️ via CloudWatch only | ✅ DescribeDBClusters |
| Slow query log | ⚠️ CloudWatch raw | ✅ Profiler workspace |
| JSON Schema validation | ❌ ignored | ⚠️ banner explains |
| Wildcard / partial / text indexes | ❌ | ⚠️ banner explains |
No vendor lock-in. No new SDK. Conecte na sua connection string DocumentDB e abra Tools → Multi-DB Indexes.
Download NoSqlStudio