4 Matching Annotations
  1. Sep 2021
    1. don’t store all the values from onerow together, but store all the values from each column together instead. If each col‐umn is stored in a separate file, a query only needs to read and parse those columnsthat are used in that query, which can save a lot of work.

      Why column storage is better query optimized

    2. REST is not a protocol, but rather a design philosophy that builds upon the principlesof HTTP [34, 35]. It emphasizes simple data formats, using URLs for identifyingresources and using HTTP features for cache control, authentication, and contenttype negotiation.

      What is REST?

  2. Nov 2020