Will MongoDB supports EMC SRDF

Can some one Please confirm. Is it possible/support SRDF with MongoDB…

Welcome to the community @Nagarajan_Palaniappa!

MongoDB has built-in support for replication and failover which is supported through our official drivers and specifications. You can start with a replica set (the minimum recommended production deployment) and horizontally scale with a sharded cluster (each shard is backed by a replica set).

Storage-level replication like EMC’s SRDF happens at a lower level and in theory should be transparent to applications like a database server. However, this is not a configuration we directly test or support. For best performance we would typically suggest local storage with SSD or NVMe rather than SAN or network storage.

For general recommendations, please see Disk and Storage Systems in the MongoDB production notes.

Regards,
Stennie

Thank you Stennie for the clarification…!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.