<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>FOSS4GE 2025 | Structured File Storage vs. Millions of 3D Tiles: Who Wins?</title>
        <link>https://video.osgeo.org/videos/watch/8ccb420a-f16c-47bd-b24d-052ccaed0be4</link>
        <description>When handling massive LiDAR datasets on the web, is the traditional gazillion-of-tiles approach still the best choice? Or can structured file storage like SQLite, DuckDB, and Parquet deliver a faster, more scalable format? Solutions for managing massive LiDAR datasets already exist, some even attempt to package 3D Tiles into databases to reduce fragmentation. However, some of these approaches come with limitations: they are often proprietary or lack flexibility for large-scale datasets. Faced with 1.3 trillion LiDAR points from Croatia’s nationwide airborne LiDAR mapping project, we needed a way to efficiently store, process, and visualise this immense dataset. For web visualisation, Cesium and 3D Tiles offered powerful rendering, but converting raw LiDAR data into millions of tiny files led to a storage and performance nightmare. File fragmentation overwhelmed the filesystem, causing sluggish read/write operations, unreliable backups, and some request overhead when serving tiles online. To overcome these challenges, we explored alternative structured file storage solutions. SQLite, a compact embedded database, reduced fragmentation while enabling fast spatial queries. DuckDB, an analytical database optimized for large-scale data, delivered high-speed querying and processing power. Parquet, a columnar storage format used in big data, provided strong compression and rapid sequential access, making it a promising alternative to millions of fragmented 3D Tiles. In this presentation, we will share our experience, comparing fragmented 3D Tiles with structured file storage formats. Whether you’re working with 3D Tiles, small raster and vector tiles, or other massive spatial datasets, this session will provide you with insight to a practical alternative of the millions-of-files problem. Viktor Mihoković Mario Miler https://talks.osgeo.org/foss4g-europe-2025/talk/BXBM8A/ Room: SA01 @ 16.07.2025 17:00:00 #foss4ge2025 #GeneralTrack #UseCasesApplications</description>
        <lastBuildDate>Wed, 29 Jul 2026 18:19:33 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.osgeo.org</generator>
        <image>
            <title>FOSS4GE 2025 | Structured File Storage vs. Millions of 3D Tiles: Who Wins?</title>
            <url>https://video.osgeo.org/lazy-static/avatars/de841c88-3a57-45ac-9eff-a00237356bfc.png</url>
            <link>https://video.osgeo.org/videos/watch/8ccb420a-f16c-47bd-b24d-052ccaed0be4</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.osgeo.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.osgeo.org/feeds/video-comments.xml?videoId=8ccb420a-f16c-47bd-b24d-052ccaed0be4" rel="self" type="application/rss+xml"/>
    </channel>
</rss>