Philipp Fent (@philippfent) 's Twitter Profile
Philipp Fent

@philippfent

Co-Founder @Cedar_DB

ID: 1427599885302382592

linkhttps://cedardb.com calendar_today17-08-2021 11:56:00

33 Tweet

75 Followers

62 Following

CedarDB (@cedar_db) 's Twitter Profile Photo

Have you ever wondered why existing database systems focus on either analytical or transactional performance? Learn why this is the case and how a hybrid storage engine can deliver high performance for combined workloads: cedardb.com/blog/colibri/

Dominik Durner (@dominikdurner) 's Twitter Profile Photo

For a high-level overview of how we achieve great OLAP and OLTP performance, you can also browse our blog post at cedardb.com/blog/colibri/. If you are at VLDB this year, don't miss Tobias' presentation ;)

Andrew Lamb (@andrewlamb1111) 's Twitter Profile Photo

Xiangpeng Hao strikes again: Turns out you can both 1. Implement 🇩🇪 strings in Rust 2. They actually improve end to end performance in ApacheDataFusion. It takes a lot more than a straightforward naive implementation to do so: influxdata.com/blog/faster-qu…

CedarDB (@cedar_db) 's Twitter Profile Photo

SQL is a declarative language. Still, many systems require writing hand-tune SQL to get the best performance. Learn what it takes to reclaim SQL's declarative power: cedardb.com/blog/unnest_sq…

CedarDB (@cedar_db) 's Twitter Profile Photo

Why old-school exceptions are still a good idea: They provide a better user and developer experience and are even faster than error values! Read more in our blog: cedardb.com/blog/exception…

Andrew Lamb (@andrewlamb1111) 's Twitter Profile Photo

Part 2 of how to use StringView / German Strings to *actually* make queries faster. Comparisons, inlining, gc, and buffer size tuning. influxdata.com/blog/faster-qu… Again all due to our incredible intern Xiangpeng Hao

CedarDB (@cedar_db) 's Twitter Profile Photo

Having data in memory is considered the gold standard for data analysis, but are you sure that RAM locality alone is enough? Read on to learn about the new king of efficient data processing: cedardb.com/blog/reducing_…

CedarDB (@cedar_db) 's Twitter Profile Photo

The underlying data layout of your program can either help or hurt your algorithms. In our latest post, we explore why optimizing the storage layout is the key to unlocking blazingly fast data processing. cedardb.com/blog/optimizin…

CedarDB (@cedar_db) 's Twitter Profile Photo

How hard can summing up numbers be? ➕ 🔢 It turns out that correctly calculating the sum of integers has more pitfalls than you might expect! Read our latest blog post for details: cedardb.com/blog/overflow_…

DuckDB (@duckdb) 's Twitter Profile Photo

𝗔 𝗽𝗲𝗲𝗸 𝘂𝗻𝗱𝗲𝗿 𝘁𝗵𝗲 𝗵𝗼𝗼𝗱 𝗼𝗳 𝗗𝘂𝗰𝗸𝗗𝗕 If you want to know what makes DuckDB so fast, check out the new blog post by Tim Ebergen on how the "optimizers play a silent, but vital role when using a database": duckdb.org/2024/11/14/opt…

Alex Miller (@alexmillerdb) 's Twitter Profile Photo

Can Delta Compete with Frame-of-Reference for Lightweight Integer Compression? vldb.org/workshops/2024… I see TUM paper, I tweet TUM paper.

Jana Giceva (@janagiceva) 's Twitter Profile Photo

Proud advisor moment: happy to share that my PhD student Michael Jungmair has received the Google PhD Fellowship in Software Systems! This supports his further research on LingoDB. TUM Database Group TU München Google shorturl.at/dWMlj

CedarDB (@cedar_db) 's Twitter Profile Photo

Have you ever wondered why you see the last entry again when switching to the second page of a website? The culprit is "offset"! Read why in our blog post and find out what to use instead. cedardb.com/blog/paginatio…

CedarDB (@cedar_db) 's Twitter Profile Photo

You don’t need an army of C++ devs to hand-optimize every query. We let the code write the code. Read our latest blog post to see how we mix runtime flexibility with almost magical performance! cedardb.com/blog/compilati…

Phil Eaton (@eatonphil) 's Twitter Profile Photo

CedarDB (hot new Postgres-compatible database out of TUM) launched a free community edition last week and Justin took it for a spin. Good read.

CedarDB (hot new Postgres-compatible database out of TUM) launched a free community edition last week and Justin took it for a spin.

Good read.
CedarDB (@cedar_db) 's Twitter Profile Photo

Congratulations to SortMergeJoins from TU Munich - winners of the 2025 SIGMOD Programming Contest! Built by the Umbra research group (CedarDB’s roots), their system ran 12× faster than median - entirely open-source and no sort-merge-joins to be found 😉: github.com/umbra-db/conte…

Congratulations to SortMergeJoins from TU Munich - winners of the 2025 SIGMOD Programming Contest! Built by the Umbra research group (CedarDB’s roots), their system ran 12× faster than median - entirely open-source and no sort-merge-joins to be found 😉: github.com/umbra-db/conte…
Kaivalya Apte - The Geek Narrator (@thegeeknarrator) 's Twitter Profile Photo

Next episode(releasing soon) is another banger on The GeekNarrator. CedarDB with Philipp Fent We go really deep into the architecture, data structures, analytics, query optimisation and so on. In case you missed the latest banger on Uni kernels check this out: You don't

Next episode(releasing soon) is another banger on The GeekNarrator.

<a href="/cedar_db/">CedarDB</a> with <a href="/PhilippFent/">Philipp Fent</a> 

We go really deep into the architecture, data structures, analytics, query optimisation and so on.

In case you missed the latest banger on Uni kernels check this out: 

You don't
Kaivalya Apte - The Geek Narrator (@thegeeknarrator) 's Twitter Profile Photo

Just released another episode in the "Modern Database" Playlist which has 45+ database episodes. This time we are talking to Philipp Fent from CedarDB about #CedarDB and learning about the innovations and the amazing engineering behind this modern ultra fast database. Key

Just released another episode in the "Modern Database" Playlist which has 45+ database episodes.

This time we are talking to <a href="/PhilippFent/">Philipp Fent</a> from <a href="/cedar_db/">CedarDB</a> about #CedarDB and learning about the innovations and the amazing engineering behind this modern ultra fast database.

Key
CedarDB (@cedar_db) 's Twitter Profile Photo

What if a database could be your game engine? During parental leave Lukas Vogel built DOOMQL: A multiplayer DOOM-like where everything (rendering, game loop, state) runs in pure SQL on CedarDB. It's fast, ridiculous, and surprisingly elegant. Full write-up: cedardb.com/blog/doomql

What if a database could be your game engine?

During parental leave <a href="/VogelLu/">Lukas Vogel</a> built DOOMQL: A multiplayer DOOM-like where everything (rendering, game loop, state) runs in pure SQL on CedarDB.
It's fast, ridiculous, and surprisingly elegant.

Full write-up: cedardb.com/blog/doomql