What are row/column-based databases?
Row-based databases:
• These store data in a row-major fashion.
• For a given query, entire rows of records need to be read from the disk along with all the columns.
• Multiple rows along with matching columns are returned as a result of queries
• He...
itsadityagupta.hashnode.dev2 min read