Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Jan 24, 2025
1 parent a0a6dab commit ea99abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2025-01-24-sql-comprehension-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ In general, the engine must:

3. **Execute Operations** — Once the required data is read into memory, it flows through a pipeline of the nodes in your physical plan. There is more than 50 years of work in building optimizations for these steps as applied to different data structures and in-memory representations; everything from row-oriented databases, to columnar, to time series to geo-spatial to graph. But fundamentally, there are 5 common operation:

1. **Projection** — Extract only the columns or expressions that the user requested needed (e.g., `order_id`).
1. **Projection** — Extract only the columns or expressions that the user requested needed (e.g. `order_id`).

2. **Filtering** — Rows that don’t meet your `WHERE` condition are dropped.

Expand Down

0 comments on commit ea99abd

Please sign in to comment.