[TIL] Converting MySQL -> MongoDB (NoSQL)
๐ Issues encountered
Issue #1
When querying the entire chat history from MySQL, the query took too long. When testing with Postman, it took around 2.xx seconds.
Issue #2
Adding MongoDB connection.
๐ What I tried
Issue #1
There were two tables to j...
siwonlog.hashnode.dev2 min read