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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:03:41+00:00 2026-05-20T03:03:41+00:00

What database can you recomend for such case: Very lot of inserts and updates

  • 0

What database can you recomend for such case:

  1. Very lot of inserts and updates
  2. Sophisticated queries (SQL or something like it)
  3. Lot of data, but small amount of frequently accessed (can be in memory)
  4. It’s OK to loose part of data (recent hour for example) in case of crash (but not everything)

Possible solutions and problems with it:

  • Redis – looks good, but it doesn’t support complex queries.
  • RDBMS (current solution) – guarantee ACID and use hard disc a lot so updates is too slow
  • RDBMS + RAM disc – will use OS swap, recovery problems, and in general look not very reliable
  • MongoDB – has server level lock on writes, is it really fast?
  • 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-20T03:03:42+00:00Added an answer on May 20, 2026 at 3:03 am

    1.Very lot of inserts and updates(Mobgodb).

    4.It’s OK to loose part of data (recent hour for example) in case of crash (but not everything)

    Optional asynchronous writes in mongo will help with speed here. Speed of insert/write in mongodb will faster than sql because mongo write all data in memory first and mongodb does not use transactions.

    2.Sophisticated queries (SQL or something like it)

    If you have a lot of hard reports that require join almost all data better use sql here. But if you need hard queries inside of document use mongodb(depend from sql/nosql db schema design)

    3.Lot of data, but small amount of frequently accessed (can be in memory)

    If enough free memory on the server mongodb load all data into RAM.

    Because of i mongodb fanatic i will choose MongoDb, but without specific task cann’t be sure that choose will be right.
    Also i’ve compared only sql and mongodb, because i am not used Redis at all.

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

Sidebar

Related Questions

I want to generate graph from my database data can anyone tell me about
Can someone recommend a good, open source, standalone developer tool for querying SQL databases
My MySQL database can store the euro symbol just fine (as I have tested
Lets say i wanted to add another variable to the database can anybody tell
How can database views be tested in Rspec? Every scenario is wrapped in a
I can fetch the menucode from database i can print inside for loop means
I am looking for a library or database that can provide guesses about whether
I got an existing table in Oracle database how can I generate my Hibernate
I have to look into solutions for providing a MySQL database that can handle
I'm trying to understand how to design a database that can accommodate an indeterminate

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.