This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aac918f  update documentation for main branch
aac918f is described below

commit aac918f8aa129beac91af5b881c473a94daadbd5
Author: GitHub Actions <[email protected]>
AuthorDate: Mon Dec 15 17:38:15 2025 +0000

    update documentation for main branch
---
 contributors-guide/index.html         |   2 +-
 datasets-generators/index.html        |  88 +++++++++++++++++++++++++++++++++-
 index.html                            |   2 +-
 overview-methodology/index.html       |   2 +-
 queries/index.html                    |   2 +-
 quickstart/index.html                 |  42 ++++++++--------
 search/search_index.json              |   2 +-
 single-node-benchmarks/index.html     |   2 +-
 sitemap.xml.gz                        | Bin 127 -> 127 bytes
 spatialbench-distributions/index.html |   2 +-
 10 files changed, 116 insertions(+), 28 deletions(-)

diff --git a/contributors-guide/index.html b/contributors-guide/index.html
index 8d5e5d7..b824183 100644
--- a/contributors-guide/index.html
+++ b/contributors-guide/index.html
@@ -1442,7 +1442,7 @@ cargo<span class="w"> </span><span class="nb">test</span>
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/datasets-generators/index.html b/datasets-generators/index.html
index eb63593..6215a65 100644
--- a/datasets-generators/index.html
+++ b/datasets-generators/index.html
@@ -902,6 +902,17 @@
     </span>
   </a>
   
+</li>
+      
+        <li class="md-nav__item">
+  <a href="#data-sizes" class="md-nav__link">
+    <span class="md-ellipsis">
+      
+        Data sizes
+      
+    </span>
+  </a>
+  
 </li>
       
     </ul>
@@ -1170,6 +1181,17 @@
     </span>
   </a>
   
+</li>
+      
+        <li class="md-nav__item">
+  <a href="#data-sizes" class="md-nav__link">
+    <span class="md-ellipsis">
+      
+        Data sizes
+      
+    </span>
+  </a>
+  
 </li>
       
     </ul>
@@ -1396,6 +1418,70 @@
 <li><code>zone.parquet</code></li>
 </ul>
 <p>See <a href="https://github.com/apache/sedona-spatialbench";>the README</a> 
for a full description of how to use the SpatialBench data generators.</p>
+<h2 id="data-sizes">Data sizes<a class="headerlink" href="#data-sizes" 
title="Permanent link">¶</a></h2>
+<p>Here are the uncompressed Parquet file sizes of the tables for some 
different scale factors:</p>
+<table>
+<thead>
+<tr>
+<th>Category</th>
+<th>SF1</th>
+<th>SF10</th>
+<th>SF100</th>
+<th>SF1000</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Zone</td>
+<td>1.3 GB</td>
+<td>2.0 GB</td>
+<td>5.4 GB</td>
+<td>5.7 GB</td>
+</tr>
+<tr>
+<td>Trip</td>
+<td>471.1 MB</td>
+<td>5.0 GB</td>
+<td>50.4 GB</td>
+<td>512.7 GB</td>
+</tr>
+<tr>
+<td>Building</td>
+<td>2.4 MB</td>
+<td>10.2 MB</td>
+<td>18.0 MB</td>
+<td>0.03 GB</td>
+</tr>
+<tr>
+<td>Customer</td>
+<td>2.5 MB</td>
+<td>23.1 MB</td>
+<td>227.1 MB</td>
+<td>2.2 GB</td>
+</tr>
+<tr>
+<td>Driver</td>
+<td>0.04 MB</td>
+<td>0.4 MB</td>
+<td>4.0 MB</td>
+<td>0.03 GB</td>
+</tr>
+<tr>
+<td>Vehicle</td>
+<td>0.01 MB</td>
+<td>0.03 MB</td>
+<td>0.3 MB</td>
+<td>0.003 GB</td>
+</tr>
+<tr>
+<td><strong>Total</strong></td>
+<td><strong>1.8 GB</strong></td>
+<td><strong>7.0 GB</strong></td>
+<td><strong>56.0 GB</strong></td>
+<td><strong>520.6 GB</strong></td>
+</tr>
+</tbody>
+</table>
 
 
 
@@ -1416,7 +1502,7 @@
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/index.html b/index.html
index 23a4eff..0c0ca20 100644
--- a/index.html
+++ b/index.html
@@ -1264,7 +1264,7 @@ with a star schema extended with spatial attributes like 
pickup/dropoff points,
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/overview-methodology/index.html b/overview-methodology/index.html
index d6f82ac..07d4d9b 100644
--- a/overview-methodology/index.html
+++ b/overview-methodology/index.html
@@ -1309,7 +1309,7 @@
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/queries/index.html b/queries/index.html
index 62f62de..46bd54e 100644
--- a/queries/index.html
+++ b/queries/index.html
@@ -1901,7 +1901,7 @@ spatialbench-cli -s 1 --format=parquet --output-dir 
sf1-parquet
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/quickstart/index.html b/quickstart/index.html
index 0eefb5e..416a1a0 100644
--- a/quickstart/index.html
+++ b/quickstart/index.html
@@ -1262,16 +1262,18 @@ cargo<span class="w"> </span>install<span class="w"> 
</span>--path<span class="w
 <div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--help
 </code></pre></div>
 <h2 id="generate-sf1-data">Generate SF1 Data<a class="headerlink" 
href="#generate-sf1-data" title="Permanent link">¶</a></h2>
-<p>To generate the full dataset at scale factor 1 in Parquet format:
-</p><div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span class="m">1</span>
-</code></pre></div><p></p>
-<p>This creates six tables:
-* trip
-* customer
-* driver
-* vehicle
-* zone
-* building</p>
+<p>To generate the full dataset at scale factor 1 in Parquet format:</p>
+<div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span class="m">1</span>
+</code></pre></div>
+<p>This creates six tables:</p>
+<ul>
+<li>trip</li>
+<li>customer</li>
+<li>driver</li>
+<li>vehicle</li>
+<li>zone</li>
+<li>building</li>
+</ul>
 <p>Output is written to the current directory by default.</p>
 <h2 id="customizing-output-files">Customizing Output Files<a 
class="headerlink" href="#customizing-output-files" title="Permanent 
link">¶</a></h2>
 <p>We'll go over a few common options to customize the output files. To see 
all available options, run <code>spatialbench-cli --help</code>.</p>
@@ -1279,23 +1281,23 @@ cargo<span class="w"> </span>install<span class="w"> 
</span>--path<span class="w
 <div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">1</span><span class="w"> </span>--tables<span class="w"> 
</span>trip,building
 </code></pre></div>
 <h3 id="partition-table-output-into-multiple-files">Partition Table Output 
into Multiple Files<a class="headerlink" 
href="#partition-table-output-into-multiple-files" title="Permanent 
link">¶</a></h3>
-<p>Specify the number of partitions manually:
-</p><div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">10</span><span class="w"> </span>--tables<span class="w"> 
</span>trip<span class="w"> </span>--parts<span class="w"> </span><span 
class="m">4</span>
-</code></pre></div><p></p>
-<p>Or let the CLI determine the number of files using target size:
-</p><div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">10</span><span class="w"> </span>--mb-per-file<span class="w"> 
</span><span class="m">512</span>
-</code></pre></div><p></p>
+<p>Specify the number of partitions manually:</p>
+<div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">10</span><span class="w"> </span>--tables<span class="w"> 
</span>trip<span class="w"> </span>--parts<span class="w"> </span><span 
class="m">4</span>
+</code></pre></div>
+<p>Or let the CLI determine the number of files using target size:</p>
+<div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">10</span><span class="w"> </span>--mb-per-file<span class="w"> 
</span><span class="m">512</span>
+</code></pre></div>
 <h3 id="set-output-directory">Set Output Directory<a class="headerlink" 
href="#set-output-directory" title="Permanent link">¶</a></h3>
 <div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">1</span><span class="w"> </span>--output-dir<span class="w"> 
</span>data/sf1
 </code></pre></div>
 <h2 id="configuring-spatial-distributions">Configuring Spatial Distributions<a 
class="headerlink" href="#configuring-spatial-distributions" title="Permanent 
link">¶</a></h2>
 <p>SpatialBench uses a spatial data generator to generate synthetic points and 
polygons using realistic spatial distributions.</p>
-<p>To read more about the different spatial distributions offered by 
SpatialBench see <a 
href="https://sedona.apache.org/spatialbench/spatialbench-distributions/";>here</a>.
-For more details about tuning the spatial distributions and the full YAML 
schema and examples, see <a 
href="https://github.com/apache/sedona-spatialbench/blob/main/spatialbench-cli/CONFIGURATION.md";>CONFIGURATION.md</a>.</p>
+<p>To read more about the different spatial distributions offered by 
SpatialBench see <a 
href="https://sedona.apache.org/spatialbench/spatialbench-distributions/";>here</a>.</p>
+<p>For more details about tuning the spatial distributions and the full YAML 
schema and examples, see <a 
href="https://github.com/apache/sedona-spatialbench/blob/main/spatialbench-cli/CONFIGURATION.md";>CONFIGURATION.md</a>.</p>
 <p>You can override these defaults at runtime by passing a YAML file via the 
<code>--config</code> flag:</p>
 <div class="highlight"><pre><span></span><code>spatialbench-cli<span 
class="w"> </span>--scale-factor<span class="w"> </span><span 
class="m">1</span><span class="w"> </span>--config<span class="w"> 
</span>spatialbench-config.yml
 </code></pre></div>
-<p>If <code>--config</code> is not provided, SpatialBench checks for 
./spatialbench-config.yml. If absent, it falls back to built-in defaults.</p>
+<p>If <code>--config</code> is not provided, SpatialBench checks for 
<code>./spatialbench-config.yml</code>. If absent, it falls back to built-in 
defaults.</p>
 
 
 
@@ -1316,7 +1318,7 @@ For more details about tuning the spatial distributions 
and the full YAML schema
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/search/search_index.json b/search/search_index.json
index 9963b45..0567fce 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"],"fields":{"title":{"boost":1000.0},"text":{"boost":1.0},"tags":{"boost":1000000.0}}},"docs":[{"location":"","title":"SpatialBench","text":"<p>SpatialBench
 is a benchmark for assessing geospatial SQL analytics query performance across 
database systems, making it easy to run tests on a realistic dataset with any 
query engine.</p> <p>The methodology is unbiased, allowing you to run the 
benchmarks in any environme [...]
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"],"fields":{"title":{"boost":1000.0},"text":{"boost":1.0},"tags":{"boost":1000000.0}}},"docs":[{"location":"","title":"SpatialBench","text":"<p>SpatialBench
 is a benchmark for assessing geospatial SQL analytics query performance across 
database systems, making it easy to run tests on a realistic dataset with any 
query engine.</p> <p>The methodology is unbiased, allowing you to run the 
benchmarks in any environme [...]
\ No newline at end of file
diff --git a/single-node-benchmarks/index.html 
b/single-node-benchmarks/index.html
index 43af57a..ceeeb6f 100644
--- a/single-node-benchmarks/index.html
+++ b/single-node-benchmarks/index.html
@@ -1627,7 +1627,7 @@ 
s3://wherobots-examples/data/spatialbench/SpatialBench_sf10/zone/
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 88d98bb..f8aa9fb 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/spatialbench-distributions/index.html 
b/spatialbench-distributions/index.html
index cf6199c..2039341 100644
--- a/spatialbench-distributions/index.html
+++ b/spatialbench-distributions/index.html
@@ -1344,7 +1344,7 @@ X, Y \sim \mathcal{N}(\mu, \sigma^2), \quad \text{clamped 
to } [0,1]
     <span class="md-icon" title="Last update">
       <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21 
13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 
0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 
2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 
9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 
7.5 7.1 7.9l-.1.2z"></path></svg>
     </span>
-    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 2, 2025 19:19:31 
UTC">December 2, 2025 19:19:31</span>
+    <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime" title="December 15, 2025 17:37:08 
UTC">December 15, 2025 17:37:08</span>
   </span>
 
     

Reply via email to