19
you are viewing a single comment's thread
view the rest of the comments
[-] Natanael@infosec.pub 1 points 1 week ago* (last edited 1 week ago)

Real-time in computing usually either means a real-time OS with guaranteed low latency response (typically for stuff like microcontrollers regulating machines) or streaming live data (low latency delivery of the most recent value)

This sounds like the latter, and a typical SQL database don't guarantee real-time updates (you can have "atomic writes" to prevent inconsistency but usually this would make it slower) but some databases like this one are designed to ensure you can read out updated correct and consistent values much faster. Also with standard databases you usually make scheduled individual requests, but a real-time database could often send a stream of updated values to a "subscribing" program

this post was submitted on 17 Jan 2026
19 points (95.2% liked)

Linux Gaming

23439 readers
8 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS