<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: BlooIt</title><link>https://news.ycombinator.com/user?id=BlooIt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 04:21:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=BlooIt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by BlooIt in "Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)"]]></title><description><![CDATA[
<p>Hello. These benchmarks are a bit outdated, we’re currently updating them this sprint.<p>The open-source in-memory version loads around 3 million edges/second, while the on-disk version handles does about 2 million edges/second with a WAL batch size of 100, and 3m with no WAL.</p>
]]></description><pubDate>Mon, 19 May 2025 13:05:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44029426</link><dc:creator>BlooIt</dc:creator><comments>https://news.ycombinator.com/item?id=44029426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44029426</guid></item><item><title><![CDATA[New comment by BlooIt in "Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)"]]></title><description><![CDATA[
<p>Shameless plug: If you're exploring graph+vector databases, check out <a href="https://github.com/Pometry/Raphtory/">https://github.com/Pometry/Raphtory/</a>  — with a full Python SDK and built-in support for most common graph algorithms.<p>It’s built in Rust with native vector support. The open-source version is in-memory, but the commercial version supports disk-based scaling (we tested it with a 3TB graph on an M1 MacBook + insert all 100x faster than existing GraphDBs).</p>
]]></description><pubDate>Wed, 14 May 2025 09:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43982654</link><dc:creator>BlooIt</dc:creator><comments>https://news.ycombinator.com/item?id=43982654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43982654</guid></item><item><title><![CDATA[New comment by BlooIt in "Postgres as a Graph Database: (Ab)Using PgRouting"]]></title><description><![CDATA[
<p>Good questions.<p>1) You can persist a graph to disk. By default, this uses protobuf (`save_to_file`), however we’re migrating to Parquet in next release for better performance because we noticed loading a 100m edge graph from scratch (CSV, Pandas, or raw Parquet) is actually faster (~1M rows/sec) than from persisted proto, which isn’t ideal. There’s also a private version that uses custom memory buffers for on-disk storage, handling updates and compaction automatically.<p>2) You can run a Raphtory instance either as a GraphQL server or an embedded library. For the server, multiple users can query the persisted graphs, which are stored in a simple folder structure with namespaces (for different graphs). For now, access control needs to be managed externally, however it's on our roadmap!</p>
]]></description><pubDate>Fri, 28 Feb 2025 12:45:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43205015</link><dc:creator>BlooIt</dc:creator><comments>https://news.ycombinator.com/item?id=43205015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43205015</guid></item><item><title><![CDATA[New comment by BlooIt in "Postgres as a Graph Database: (Ab)Using PgRouting"]]></title><description><![CDATA[
<p>Checkout <a href="https://github.com/Pometry/Raphtory">https://github.com/Pometry/Raphtory</a>, it's written in Rust, embedded (the binaries are about 20mb) and you can use the Python APIs as a drop-in replacement for NetworkX. Disclaimer, I am one of the people behind it.</p>
]]></description><pubDate>Fri, 28 Feb 2025 09:43:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43203685</link><dc:creator>BlooIt</dc:creator><comments>https://news.ycombinator.com/item?id=43203685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43203685</guid></item></channel></rss>