Skip to content

Commit

Permalink
article: fix columnstore diagrams (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrehtrb committed Sep 21, 2024
1 parent 9839a46 commit 3dc3c65
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions src/posts/2024/08/iceberg-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -859,23 +859,23 @@ O modo padrão de armazenamento de uma tabela é linear, por linhas, que ficam d
flowchart TB
subgraph page[Página]
direction LR
subgraph row3[Linha 3]
subgraph row1[Linha 1]
direction TB
A3
B3
C3
A1
B1
C1
end
subgraph row2[Linha 2]
direction TB
A2
B2
C2
end
subgraph row1[Linha 1]
subgraph row3[Linha 3]
direction TB
A1
B1
C1
A3
B3
C3
end
end
```
Expand Down
16 changes: 8 additions & 8 deletions src/posts/2024/08/sql-iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,23 +857,23 @@ The default storage mode of a table is linear, with rows laid inside pages. A, B
flowchart TB
subgraph page[Page]
direction LR
subgraph row3[Row 3]
subgraph row1[Row 1]
direction TB
A3
B3
C3
A1
B1
C1
end
subgraph row2[Row 2]
direction TB
A2
B2
C2
end
subgraph row1[Row 1]
subgraph row3[Row 3]
direction TB
A1
B1
C1
A3
B3
C3
end
end
```
Expand Down

0 comments on commit 3dc3c65

Please sign in to comment.