Software Engineering Daily

Software Engineering Daily


NoSQL Optimization with Rick Houlihan

January 09, 2020

NoSQL databases provide an interface for storing and accessing data that allows the user to work with data in an “unstructured” fashion. SQL databases require the data in the database to be “normalized,” meaning that each object in the entire database has an entry (or a null value) for each field. One advantage of NoSQL