<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: r7n</title><link>https://news.ycombinator.com/user?id=r7n</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 11 Jun 2026 04:14:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=r7n" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by r7n in "PgDog is funded and coming to a database near you"]]></title><description><![CDATA[
<p>We obsessed over optimizations and pushing the apis to the limits of how we could pack it.<p>So much so, we re-wrote the DynamoSDK to squeeze out more optimizations so we could be the same cost even though we were a layer in front of dynamo. We used key encoding and other various technique as well as managed capacity (on demand vs reserved) to transparently optimize workloads for price. In our experience we saw dramatic gains vs just vanilla SDK usage.<p>If you're curious, here was the marketing website, but we're now part of Databricks: <a href="https://stately.cloud/" rel="nofollow">https://stately.cloud/</a></p>
]]></description><pubDate>Wed, 10 Jun 2026 19:22:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48481315</link><dc:creator>r7n</dc:creator><comments>https://news.ycombinator.com/item?id=48481315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48481315</guid></item><item><title><![CDATA[New comment by r7n in "PgDog is funded and coming to a database near you"]]></title><description><![CDATA[
<p>Agreed, my critique was about how the article frames scalability. I've yet to see an OLTP problem that can't live in something like Dynamo. KV can model anything if you put in the work, the question is how much modeling discipline you trade for the scale, and in my experience the up front work is always worth it. Most of the time operational issues are swept under the rug and not consider tech debt.<p>Take for example AuroraDB: the sheer engineering it took to make SQL do scalable OLTP at all tells you how much that flexibility actually costs to keep.</p>
]]></description><pubDate>Wed, 10 Jun 2026 19:12:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48481194</link><dc:creator>r7n</dc:creator><comments>https://news.ycombinator.com/item?id=48481194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48481194</guid></item><item><title><![CDATA[New comment by r7n in "PgDog is funded and coming to a database near you"]]></title><description><![CDATA[
<p>I've extensively used Dynamo (internally at Amazon and externally) and even founded a DB startup with it at it's core. Boiling down scalability of Postgres vs Dynamo as it's written in blog is a bit terse. Dynamo scales writes horizontally with the keyspace, forever. Postgres simply can't, and no number of layers between the machines and the developer changes that. Sharding, pooling, Citus are all layered on top of an engine where a given row's writes still land on one
primary.</p>
]]></description><pubDate>Wed, 10 Jun 2026 18:56:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48481000</link><dc:creator>r7n</dc:creator><comments>https://news.ycombinator.com/item?id=48481000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48481000</guid></item><item><title><![CDATA[New comment by r7n in "YAGRI: You are gonna read it"]]></title><description><![CDATA[
<p>We did exactly this when designing StatleyDB. We realized there are a set of metadata fields[0] that almost everyone needs when modeling data. Our approach takes this a step further in that we always track these fields transparently so if you forget to add them to your schema initially for any reason, that's okay, you can always add them later!<p>[0] <a href="https://docs.stately.cloud/schema/fields/#metadata-fields" rel="nofollow">https://docs.stately.cloud/schema/fields/#metadata-fields</a></p>
]]></description><pubDate>Thu, 24 Apr 2025 17:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=43785477</link><dc:creator>r7n</dc:creator><comments>https://news.ycombinator.com/item?id=43785477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43785477</guid></item></channel></rss>