<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: pdet</title><link>https://news.ycombinator.com/user?id=pdet</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 14:23:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pdet" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pdet in "Quack: The DuckDB Client-Server Protocol"]]></title><description><![CDATA[
<p>I think that Quack will become the primary option for a DuckLake catalog in the future, for several reasons. To list a few:<p>1. No type mismatches for inlining. If you use a non-DuckDB catalog, many types do not have a 1:1 mapping, which introduces additional overhead when operating on those data types.<p>2. You get the raw performance of DuckDB analytics (and now transactions) over the catalog. DuckDB reading DuckDB is simply faster than any of our Postgres/SQLite scanners.<p>3. No round-trip for retries. We can easily(tm) run the full retry logic on the DuckDB server side. Right now, these retries trigger multiple round trips for Postgres, making it a performance bottleneck for high-contention workloads.<p>Disclaimer: I'm a duckdb/ducklake developer.</p>
]]></description><pubDate>Tue, 12 May 2026 21:13:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48114693</link><dc:creator>pdet</dc:creator><comments>https://news.ycombinator.com/item?id=48114693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48114693</guid></item><item><title><![CDATA[DuckDB’s Vectorized, Zero-Copy Scalar Python UDFs]]></title><description><![CDATA[
<p>Article URL: <a href="https://duckdb.org/2023/07/07/python-udf.html">https://duckdb.org/2023/07/07/python-udf.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36653896">https://news.ycombinator.com/item?id=36653896</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 09 Jul 2023 12:25:18 +0000</pubDate><link>https://duckdb.org/2023/07/07/python-udf.html</link><dc:creator>pdet</dc:creator><comments>https://news.ycombinator.com/item?id=36653896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36653896</guid></item></channel></rss>