Skip to content

Commit 10ed01c

Browse files
authored
s/img-responsive/img-fluid/g (#164)
1 parent f3a9a2c commit 10ed01c

34 files changed

Lines changed: 106 additions & 106 deletions

content/blog/2024-01-19-datafusion-34.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ more than 2x faster on [ClickBench] compared to version `25.0.0`, as shown below
113113
[ClickBench]: https://benchmark.clickhouse.com/
114114

115115
<figure style="text-align: center;">
116-
<img src="/blog/images/datafusion-34.0.0/compare-new.png" width="100%" class="img-responsive" alt="Fig 1: Adaptive Arrow schema architecture overview.">
116+
<img src="/blog/images/datafusion-34.0.0/compare-new.png" width="100%" class="img-fluid" alt="Fig 1: Adaptive Arrow schema architecture overview.">
117117
<figcaption>
118118
<b>Figure 1</b>: Performance improvement between <code>25.0.0</code> and <code>34.0.0</code> on ClickBench.
119119
Note that DataFusion <code>25.0.0</code>, could not run several queries due to
@@ -122,7 +122,7 @@ more than 2x faster on [ClickBench] compared to version `25.0.0`, as shown below
122122
</figure>
123123

124124
<figure style="text-align: center;">
125-
<img src="/blog/images/datafusion-34.0.0/compare.png" width="100%" class="img-responsive" alt="Fig 1: Adaptive Arrow schema architecture overview.">
125+
<img src="/blog/images/datafusion-34.0.0/compare.png" width="100%" class="img-fluid" alt="Fig 1: Adaptive Arrow schema architecture overview.">
126126
<figcaption>
127127
<b>Figure 2</b>: Total query runtime for DataFusion <code>34.0.0</code> and DataFusion <code>25.0.0</code>.
128128
</figcaption>

content/blog/2024-03-06-comet-donation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ performance improvements for some workloads as shown below.
3939
<img
4040
src="/blog/images/datafusion-comet/comet-architecture.png"
4141
width="100%"
42-
class="img-responsive"
42+
class="img-fluid"
4343
alt="Fig 1: Adaptive Arrow schema architecture overview."
4444
>
4545
<figcaption>

content/blog/2024-07-20-datafusion-comet-0.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ for details of the environment used for these benchmarks.
8888
<img
8989
src="/blog/images/comet-0.1.0/tpch_allqueries.png"
9090
width="100%"
91-
class="img-responsive"
91+
class="img-fluid"
9292
alt="Chart showing TPC-H benchmark results for Comet 0.1.0"
9393
/>
9494

@@ -105,7 +105,7 @@ The following chart shows how much Comet currently accelerates each query from t
105105
<img
106106
src="/blog/images/comet-0.1.0/tpch_queries_speedup.png"
107107
width="100%"
108-
class="img-responsive"
108+
class="img-fluid"
109109
alt="Chart showing TPC-H benchmark results for Comet 0.1.0"
110110
/>
111111

content/blog/2024-08-20-python-datafusion-40.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ release, users can fully use these tools in their workflow.
7272
<img
7373
src="/blog/images/python-datafusion-40.0.0/vscode_hover_tooltip.png"
7474
width="100%"
75-
class="img-responsive"
75+
class="img-fluid"
7676
alt="Fig 1: Enhanced tooltips in an IDE."
7777
>
7878
<figcaption>
@@ -88,7 +88,7 @@ used a function's arguments as shown in Figure 2.
8888
<img
8989
src="/blog/images/python-datafusion-40.0.0/pylance_error_checking.png"
9090
width="100%"
91-
class="img-responsive"
91+
class="img-fluid"
9292
alt="Fig 2: Error checking in static analysis"
9393
>
9494
<figcaption>

content/blog/2024-08-28-datafusion-comet-0.2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Comet 0.2.0 provides a 62% speedup compared to Spark. This is slightly better th
8686
<img
8787
src="/blog/images/comet-0.2.0/tpch_allqueries.png"
8888
width="100%"
89-
class="img-responsive"
89+
class="img-fluid"
9090
alt="Chart showing TPC-H benchmark results for Comet 0.2.0"
9191
/>
9292

@@ -98,7 +98,7 @@ Comet 0.1.0, which did not provide any speedup for this benchmark.
9898
<img
9999
src="/blog/images/comet-0.2.0/tpcds_allqueries.png"
100100
width="100%"
101-
class="img-responsive"
101+
class="img-fluid"
102102
alt="Chart showing TPC-DS benchmark results for Comet 0.2.0"
103103
/>
104104

content/blog/2024-09-13-string-view-german-style-strings-part-1.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ StringView support was released as part of [arrow-rs v52.2.0](https://crates.io/
4747
<img
4848
src="/blog/images/string-view-1/figure1-performance.png"
4949
width="100%"
50-
class="img-responsive"
50+
class="img-fluid"
5151
alt="End to end performance improvements for ClickBench queries"
5252
/>
5353

@@ -61,7 +61,7 @@ Figure 1: StringView improves string-intensive ClickBench query performance by 2
6161
<img
6262
src="/blog/images/string-view-1/figure2-string-view.png"
6363
width="100%"
64-
class="img-responsive"
64+
class="img-fluid"
6565
alt="Diagram of using StringArray and StringViewArray to represent the same string content"
6666
/>
6767

@@ -121,7 +121,7 @@ On the other hand, reading Parquet data as a StringViewArray can re-use the same
121121
<img
122122
src="/blog/images/string-view-1/figure4-copying.png"
123123
width="100%"
124-
class="img-responsive"
124+
class="img-fluid"
125125
alt="Diagram showing how StringViewArray can avoid copying by reusing decoded Parquet pages."
126126
/>
127127

@@ -147,7 +147,7 @@ Strings are stored as byte sequences. When reading data from (potentially untrus
147147
<img
148148
src="/blog/images/string-view-1/figure5-loading-strings.png"
149149
width="100%"
150-
class="img-responsive"
150+
class="img-fluid"
151151
alt="Figure showing time to load strings from Parquet and the effect of optimized UTF-8 validation."
152152
/>
153153

@@ -162,7 +162,7 @@ UTF-8 validation in Rust is highly optimized and favors longer strings (as shown
162162
<img
163163
src="/blog/images/string-view-1/figure6-utf8-validation.png"
164164
width="100%"
165-
class="img-responsive"
165+
class="img-fluid"
166166
alt="Figure showing UTF-8 validation throughput vs string length."
167167
/>
168168

@@ -212,7 +212,7 @@ With StringViewArray we saw a 24% end-to-end performance improvement, as shown i
212212
<img
213213
src="/blog/images/string-view-1/figure7-end-to-end.png"
214214
width="100%"
215-
class="img-responsive"
215+
class="img-fluid"
216216
alt="Figure showing StringView improves end to end performance by 24 percent."
217217
/>
218218

content/blog/2024-09-13-string-view-german-style-strings-part-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Figure 1 illustrates the difference between the output of both string representa
6666
<img
6767
src="/blog/images/string-view-2/figure1-zero-copy-take.png"
6868
width="100%"
69-
class="img-responsive"
69+
class="img-fluid"
7070
alt="Diagram showing Zero-copy `take`/`filter` for StringViewArray"
7171
/>
7272

@@ -121,7 +121,7 @@ To eliminate the impact of the faster Parquet reading using StringViewArray (see
121121
<img
122122
src="/blog/images/string-view-2/figure2-filter-time.png"
123123
width="100%"
124-
class="img-responsive"
124+
class="img-fluid"
125125
alt="Figure showing StringViewArray reduces the filter time by 32% on ClickBench query 22."
126126
/>
127127

content/blog/2024-11-18-datafusion-fastest-single-node-parquet-clickbench.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ been held by traditional C/C++-based engines.
4545
<img
4646
src="/blog/images/2x_bgwhite_original.png"
4747
width="80%"
48-
class="img-responsive"
48+
class="img-fluid"
4949
alt="Apache DataFusion Logo"
5050
/>
5151

5252
<img
5353
src="/blog/images/clickbench-datafusion-43/perf.png"
5454
width="100%"
55-
class="img-responsive"
55+
class="img-fluid"
5656
alt="ClickBench performance for DataFusion 43.0.0"
5757
/>
5858

@@ -97,7 +97,7 @@ Figure 2.
9797
<img
9898
src="/blog/images/clickbench-datafusion-43/perf-over-time.png"
9999
width="100%"
100-
class="img-responsive"
100+
class="img-fluid"
101101
alt="ClickBench performance results over time for DataFusion"
102102
/>
103103

@@ -134,7 +134,7 @@ resulted in measurable performance improvements.
134134
<img
135135
src="/blog/images/clickbench-datafusion-43/string-view-take.png"
136136
width="80%"
137-
class="img-responsive"
137+
class="img-fluid"
138138
alt="Illustration of how take works with StringView"
139139
/>
140140

@@ -216,7 +216,7 @@ bypass the first phase when it is not working efficiently, shown in Figure 4.
216216
<img
217217
src="/blog/images/clickbench-datafusion-43/skipping-partial-aggregation.png"
218218
width="100%"
219-
class="img-responsive"
219+
class="img-fluid"
220220
alt="Two phase aggregation diagram from DataFusion API docs annotated to show first phase not helping"
221221
/>
222222

@@ -253,7 +253,7 @@ length strings and binary data].
253253
<img
254254
src="/blog/images/clickbench-datafusion-43/row-based-storage.png"
255255
width="100%"
256-
class="img-responsive"
256+
class="img-fluid"
257257
alt="Row based storage for multiple group columns"
258258
/>
259259

@@ -276,7 +276,7 @@ at the [one shipped in DataFusion `43.0.0`], shown in Figure 6.
276276
<img
277277
src="/blog/images/clickbench-datafusion-43/column-based-storage.png"
278278
width="100%"
279-
class="img-responsive"
279+
class="img-fluid"
280280
alt="Column based storage for multiple group columns"
281281
/>
282282

content/blog/2025-01-17-datafusion-comet-0.5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Comet 0.5.0 achieves a 1.9x speedup for single-node TPC-H @ 100 GB, an improveme
5252
<img
5353
src="/blog/images/comet-0.5.0/tpch_allqueries.png"
5454
width="100%"
55-
class="img-responsive"
55+
class="img-fluid"
5656
alt="Chart showing TPC-H benchmark results for Comet 0.5.0"
5757
/>
5858

5959
<img
6060
src="/blog/images/comet-0.5.0/tpch_queries_compare.png"
6161
width="100%"
62-
class="img-responsive"
62+
class="img-fluid"
6363
alt="Chart showing TPC-H benchmark results for Comet 0.5.0"
6464
/>
6565

content/blog/2025-02-02-datafusion-ballista-43.0.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Per query comparison:
9191
<img
9292
src="/blog/images/datafusion-ballista-43.0.0/tpch_queries_compare.png"
9393
width="100%"
94-
class="img-responsive"
94+
class="img-fluid"
9595
alt="Per query comparison"
9696
/>
9797

@@ -100,7 +100,7 @@ Relative speedup:
100100
<img
101101
src="/blog/images/datafusion-ballista-43.0.0/tpch_queries_speedup_rel.png"
102102
width="100%"
103-
class="img-responsive"
103+
class="img-fluid"
104104
alt="Relative speedup graph"
105105
/>
106106

@@ -109,7 +109,7 @@ The overall speedup is 2.9x
109109
<img
110110
src="/blog/images/datafusion-ballista-43.0.0/tpch_allqueries.png"
111111
width="50%"
112-
class="img-responsive"
112+
class="img-fluid"
113113
alt="Overall speedup"
114114
/>
115115

@@ -120,7 +120,7 @@ Ballista now has a new logo, which is visually similar to other DataFusion proje
120120
<img
121121
src="/blog/images/datafusion-ballista-43.0.0/ballista-logo.png"
122122
width="50%"
123-
class="img-responsive"
123+
class="img-fluid"
124124
alt="New logo"
125125
/>
126126

0 commit comments

Comments
 (0)