9
submitted 11 months ago by [email protected] to c/[email protected]

Why do so many programs use rational databases instead of loading the data during startup and keeping it in memory? Especially for smaller datasets I would think, that a database adds unnecessary complexity and overhead. Also, a lot of data can be saved using modern RAM and when using an in-memory approach, optimized data structures can be utilised to further improve the performance

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 1 points 11 months ago

And also it may save you down the road.

Sure, your dataset might not be big now but what about in a year's time? It's easier to start out using a database than to have to transition it later.

this post was submitted on 10 Oct 2023
9 points (64.5% liked)

Programming

17026 readers
83 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS