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 6683059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:46:38+00:00 2026-05-26T04:46:38+00:00

Non-relational databases are attracting more attention day by day. The main limitation is that

  • 0

Non-relational databases are attracting more attention day by day. The main limitation is that today’s complicated data are indeed connected. Isn’t it convenient to connect databases as we connect tables in RDBMS? Of course, I just mean simple cases. Imagine three tables of Articles, Tags, Relationships. In a RDBMS like Mysql, we can run three queries to

1. Find ID of a given tag
2. Find Articles connected with the captured Tag ID
3. Fetch the contents of Articles tagged with the term

Instead of three queries, we perform a single query by JOIN. I think three queries in a key/value database like BerkeleyDB is faster than a JOIN query in Mysql.

Is this idea practical? Or other issues are involved to ignore this approach?

  • 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-05-26T04:46:39+00:00Added an answer on May 26, 2026 at 4:46 am

    NoSQL databases can support relational data models just fine. You’re just left to implement the relational mapping yourself in your application, and that effort is typically not insignificant.

    In some applications this extra effort will be worthwhile. Perhaps you only have a small number of tables and the joins you need are very simple. Or perhaps you’ve done some performance evaluation between a traditional relational DBMS and a NoSQL alternative and found that the NoSQL option is more appropriate for your needs for any number of reasons (performance, scalability, flexibility, whatever).

    You should keep one thing in mind, however. A typical SQL DBMS is basically a NoSQL DB with an optimized, well-built relational engine in front of it. Some databases even let you bypass the relational layer and treat their system like a pure NoSQL DB.

    Therefore, the moment you start to build your own relational mappings and joins on top of a NoSQL DB you should ask yourself, “Didn’t someone build this for me already?” The answer may well be “yes”, and the solution might be to go with a traditional SQL DBMS.

    To answer the “3 query” part of your question specifically, the answer is “maybe”. You certainly might be able to make such a query run faster in a NoSQL DB than in an RDBMS, but you need to keep in mind that there are more things to consider here than just the raw speed of your query:

    1. The technical debt you will incur as you build join-like functionality that you wouldn’t have had to build otherwise
    2. The time it will take you to build, test and optimize your query code which will likely be more significant than writing a simple SQL query
    3. Any difference in transactional guarantees or other typical product features (replication, management tools, etc) which you may lose or gain depending on the NoSQL option you choose
    4. The ability to hire DBMs who know how to run your database from an operational perspective

    You might review that list and say to yourself, “No big deal, I’m running a simple app with only a few thousand DB entries and I’ll maintain it myself”. If so, knock yourself out – Berkeley (and other NoSQL options) would work fine. I’ve used Berkeley many times for those kinds of applications. But you may have a different answer if you are building the back-end for a significantly-sized SaaS product which might soon have millions of users and very complex queries.

    We can’t give a one-size-fits-all answer, unfortunately. You’ll have to make the judgement call yourself based on the needs of you application and organization.

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

Sidebar

Related Questions

NoSQL refers to non-relational data stores that break with the history of relational databases
The latest craze in databases seems to be centered around non-relational databases. Why? It
I've got 2 existing models that I need to join that are non-relational (no
I'm developing an web application that uses a non-relational database as a backend (django-nonrel
I'm interested in hearing about design strategies you have used with non-relational nosql databases
I want to start playing with non-relational database, but want something that is popularly
The benefits of a non-relational database (such as a key-value pair storage) are evident
Using non-thread safe libraries with threads. Say I have a library that makes a
I have a non ode function that calculates based on the previous time step
In relational databases I would just pop in W3Schools tutorial, install mysql in my

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.