Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7923359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:17:52+00:00 2026-06-03T17:17:52+00:00

With all the hype, it seems really hard to find reliable information on when

  • 0

With all the hype, it seems really hard to find reliable information on when to use this. So I pose the following questions, and I’m sorry if these are really dumb questions in advance:

  1. Should I use NoSQL for user data? E.g. profiles, usernames + passwords, etc.
  2. Should I use NoSQL for important content? E.g. articles, blog posts, product inventory, etc.

I’m assuming no? And I feel like NoSQL is just for quickly accessible things from which it’s OK to lose data. But I also read that NoSQL apps have built-in redundancy so that I don’t lose data?

Also, if the above 2 examples are bad, could you give me specific business use cases where I would use NoSQL? I see a lot of general descriptions but not a lot of real-world examples. The only things I can think of are user-to-user messaging and analytics.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:17:54+00:00Added an answer on June 3, 2026 at 5:17 pm

    It really is an “it depends” kinda question. Some general points:

    • NoSQL is typically good for unstructured/”schemaless” data – usually, you don’t need to explicitly define your schema up front and can just include new fields without any ceremony
    • NoSQL typically favours a denormalised schema due to no support for JOINs per the RDBMS world. So you would usually have a flattened, denormalized representation of your data.
    • Using NoSQL doesn’t mean you could lose data. Different DBs have different strategies. e.g. MongoDB – you can essentially choose what level to trade off performance vs potential for data loss – best performance = greater scope for data loss.
    • It’s often very easy to scale out NoSQL solutions. Adding more nodes to replicate data to is one way to a) offer more scalability and b) offer more protection against data loss if one node goes down. But again, depends on the NoSQL DB/configuration. NoSQL does not necessarily mean “data loss” like you infer.
    • IMHO, complex/dynamic queries/reporting are best served from an RDBMS. Often the query functionality for a NoSQL DB is limited.
    • It doesn’t have to be a 1 or the other choice. My experience has been using RDBMS in conjunction with NoSQL for certain use cases.
    • NoSQL DBs often lack the ability to perform atomic operations across multiple “tables”.

    You really need to look at and understand what the various types of NoSQL stores are, and how they go about providing scalability/data security etc. It’s difficult to give an across-the-board answer as they really are all different and tackle things differently.

    For MongoDb as an example, check out their Use Cases to see what they suggest as being “well suited” and “less well suited” uses of MongoDb.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep hearing all this hype about Twisted for python, but i just find
Although ASP.NET MVC seems to have all the hype these days, WebForms are still
All the info I've found on the internet about this says to use something
All, Say I have the following divs: <div id=rotate_container> <div class=reviews id=item1>This is item
All, I am really stuck/ confused at this point. I have an array with
With all the hype around MVC (and rightly so) I've decided to give it
With all the hype around parallel computing lately, I've been thinking a lot about
All, If I run a query like the following: $qry = Select wrong_column from
All, If I've go the following database fields/values: user_id field_name field_value 1 EventHour1 1
All -- I have these two methods in one of my classes: public static

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.