Skip to main content

4 posts tagged with "Performance"

Performance benchmarks and optimization

View All Tags

Building a Performance Benchmarking Infrastructure: How We Optimized GeoETL

· 14 min read
Yogesh
GeoETL Maintainer

TL;DR: We built systematic benchmarking for GeoETL to understand performance across formats. Results: CSV is production-ready (2.3 GB/min, 50 MB RAM), while GeoJSON needs optimization (297 MB/min, 84 MB RAM). Benchmarking revealed a 7.6x performance gap and guides our optimization roadmap. Here's how we built the infrastructure and what we learned.

Announcing GeoETL v0.1.0: A Modern Geospatial ETL Tool Built with Rust

· 9 min read
Yogesh
GeoETL Maintainer

TL;DR: We're excited to announce the first release of GeoETL, a next-generation geospatial ETL tool built from the ground up with Rust, Apache DataFusion, and Apache Arrow. Our goal is ambitious: deliver 5-10x faster performance than GDAL while providing seamless scalability from your laptop to a distributed cluster.