mysql - Storing one column in a NoSQL DB? -


In an app I am working, we use a MySQL database and want to store articles in a table Are there. Rather than store them in a SQL DB, we were just looking at handling the key of the article in the NSQL DB. Is this a good problem that you can solve using NOQL, or can we just create another table in MySQL and keep a large amount of text there?

We are using MongoDB to store the text.

First of all I am doing this, check that mysql is with 'data in bulk' How does it run if you are getting acceptable performance, then there is no point in trying to make the system even more complex.

Putting the text contents in a separate table in MySQL will not do anything. Putting it in a different DB may be , but unless you make sure that it is a significant obstacle to MySQL, and you can not do anything else, like customizing your queries


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -