Building PostgreSQL Extensions with Rust: A Complete Guide Using pgrx
A practical guide to pgrx with a real-world data masking example

Search for a command to run...
Articles tagged with #databases
A practical guide to pgrx with a real-world data masking example

Apache Arrow is an in-memory columnar data format optimized for analytical workloads. It enables fast data access, zero-copy reads, and efficient interoperability between systems like Pandas, DuckDB, Polars, and query engines like Apache DataFusion. ...

🚀 Introduction My journey into query engines, databases, and Rust began with curiosity and a passion for systems-level performance. Rust's promise of safety and efficiency drew me in, while databases provided the perfect playground to test its capab...

Intro about Datafusion Apache DataFusion is a Rust-native query engine with a powerful optimizer. One key component of its optimizer is expression simplification, often referred to as the simplify function. In this post, we'll walk through how we imp...
