DEV Community

Discussion on: Need Help: Relational vs. Document-based Databases -- What are the pros and cons?

Collapse
 
johnpaulada profile image
John Paul Ada

I agree. Is there a way to build a realtime system over a relational database? The go to platform is Firebase but an RDBMS makes more sense to me

Collapse
 
dmfay profile image
Dian Fay

What does "realtime" mean in this context? Properly designed and indexed relational databases are plenty fast until you get to extreme scales.

Collapse
 
dmerand profile image
Donald Merand

Look into Phoenix, it's got good RDBMS support, and excellent soft real-time performance because it's backed by the BEAM VM.

Thread Thread
 
johnpaulada profile image
John Paul Ada

I totally agree with this. LOL. Still trying to wrestle with Ecto though.

Collapse
 
rhymes profile image
rhymes