Surviving Legacy Code: From Critic to Caretaker
Reflecting on how to maintain and expand legacy code
by
Jordi·
Why JSON isn't a Problem for Databases Anymore
Experiments in speeding up JSON parsing and access.
by
Jin·
Blast Through the Mountain - Practicing Fearless Engineering
How to give developers the power they need to make better code.
by
Kurt·
Two Bits Are Better Than One: making bloom filters 2x more accurate
Optimisation of bloom filters in Floe using double bit setting with lightweight hashing.
by
Makar·
Databases should contain their own Metadata – Instrumentation in Floe
A database should contain all observable objects as system views. An introduction to how Floe Database handles system views.
by
Database Doctor·
Introducing Floecat: A Catalog of Catalogs for the Modern Lakehouse
Floecat, an open-source catalog-of-catalogs designed to add a planner-friendly metadata layer across heterogeneous catalogs.
by
Mark·
Hello, Floe.
Floe is our new start-up. I'm going to share what it's about, and why it matters.
by
Neil·
How we made geo joins 400× faster with H3 indexes
Using H3 indexes to greatly speed up geospatial SQL Queries. Orders of magnitude improvements can be gained with the right data structures
by
Maxence·