Category: MemSQL

  • Columnar Database

    I recently read about an interesting database concept that uses a columnar database, which is where data is stored in columns instead of rows. Apparently this approach has several advantages over a row based database. A columnar database has better performance when a large number of queries are run at the same time. Joins and…