MongoDB supports both Persistence and Non-Persistence mode. Is it possible to use a hybrid persistence model in mongodb replica nodes?
That means, configure PRIMARY as In-memory storage (for speed) Configure secondary(s) as data persistence on disk(for availability)
Any data, details around this would be highly appreciated.