I have a NodeJS project that using mongodb as main database. Regular, I just use one database for containing all information (users, organization, messages,...)
But now, I need to store one more thing - log data - which grow very very fast. So I consider store log in other database to keep current database safe and fast.
Does anyone has experience in this, Is that better than single database?
via thehuyvb
No comments:
Post a Comment