Skip to content

Commit 341d113

Browse files
committed
split parquet experiment
1 parent 317c817 commit 341d113

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/parquet_cesium_split.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ categories: [parquet, spatial, recipe]
55

66
This page renders points from an iSamples parquet file on cesium using point primitives.
77

8+
In this case, the Open Context source has been split into separate nodes and edges parquet files, with the edges table containing only s, p, and un-nested o for `_edge_` rows, and the same content removed from the nodes table.
9+
10+
The resulting files sizes are smaller at about 58 and 236 mb for edges and nodes respectively.
11+
12+
This page loads the entire edges file, but keeps the nodes resource remote only. The initial query when clicking on a point is a bit slow, but performance should improve significantly for subsequent interactions.
13+
814
<script src="https://cesium.com/downloads/cesiumjs/releases/1.127/Build/Cesium/Cesium.js"></script>
915
<link href="https://cesium.com/downloads/cesiumjs/releases/1.127/Build/Cesium/Widgets/widgets.css" rel="stylesheet"></link>
1016
<style>

0 commit comments

Comments
 (0)