If I have a database with some sharded and unsharded collections,
can I direct connect to the primary shard to access(include read and write) the unshard collections without any issue?
I have tried this and it works. But i'm afraid there are some issues that I don't know here.