Frage im Vorstellungsgespräch bei Delivery Centric

Which is more scalable? NoSQL vs MySQL

Antwort im Vorstellungsgespräch

Anonym

19. Apr. 2025

NoSQL is generally more scalable horizontally (across servers). MySQL (SQL) scales vertically (bigger servers), but with effort, you can scale it horizontally too (e.g., sharding, read replicas).