I want to restore a specific collection from a mongodb database and I have its data files (of whole db) and I want to restore only one collection
also which data files get affected when there is any change in collection along with its collection-*.wt file and index files
NOTE: I dont want to use mongorestore and I have a sharded cluster
I tried simple copy and pasting of collection-*.wt , its related index file and _mdb_catalog file.
thank you.