FoundationDB/fdb-record-layer: A record-oriented store built on FoundationDB

by jasimon 9/25/2024, 8:38 PMwith 4 comments

by jauntywundrkindon 9/25/2024, 8:45 PM

Had been pretty quiet for a number of years, but two pretty sizable capabilities have been added in the last 6 months, which looks much more alive: predicate pushdown and roll-up aggregation. https://github.com/FoundationDB/fdb-record-layer/pull/2916 https://github.com/FoundationDB/fdb-record-layer/pull/2746

by fabianlindforson 9/26/2024, 9:02 PM

FoundationDB endlessly interests me and even though the record layer is nice, my dream would be a proper SQL layer. I've been experimenting with making Postgres run on top of FoundationDB, effectively making Postgres a stateless layer itself, and it actually works surprisingly well as a POC.