database

Tag

Cards List
#database

Is your Postgres migration safe or not safe?

Hacker News Top ↗ · 5h ago Cached

This article introduces a web-based tool that checks the safety of PostgreSQL migrations using a WASM parser, helping developers validate database changes.

0 favorites 0 likes
#database

@charles_irl: What do you get when you cross a query planner with an inference engine? Over a billion tokens a minute! Introducing Qu…

X AI KOLs Timeline ↗ · yesterday Cached

Quail is an open source AI-SQL engine that integrates query planning with LLM inference to achieve over 1 billion input tokens per minute on an H100 GPU.

0 favorites 0 likes
#database

Postgres SELECT DISTINCT Does Not Scale

Hacker News Top ↗ · yesterday Cached

The article explains that PostgreSQL's SELECT DISTINCT clause does not scale efficiently, as it always scans all matching rows, leading to performance problems in certain workloads, and provides insights and workarounds.

0 favorites 0 likes
#database

Pick OS is a Living Fossil of Computer History

Lobsters Hottest ↗ · 2d ago Cached

This article is a personal retrospective on the Pick Operating System, a historical computer system that integrates OS and database features, discussing its origins, technical aspects, and the author's early career experience with it.

0 favorites 0 likes
#database

A framework for recipe data structure with applications for culinary and nutritional insights

arXiv cs.CL ↗ · 4d ago Cached

This paper presents RecipeDB2, a structured dataset of 128,942 recipes, and a scalable framework using NLP and machine learning to make recipes computable for culinary and nutritional analysis.

0 favorites 0 likes
#database

@Greptime: GreptimeDB implements PromQL natively in its planner rather than translating it to SQL.

X AI KOLs Following ↗ · 6d ago Cached

GreptimeDB has implemented PromQL natively in its query planner, allowing direct execution and analysis with tools like EXPLAIN ANALYZE without translating it to SQL.

0 favorites 0 likes
#database

Persistent Databases in the Browser with DuckDB-Wasm and OPFS

Lobsters Hottest ↗ · 6d ago Cached

DuckDB-Wasm now supports persistent databases in browsers using the Origin Private File System (OPFS), enabling data to survive page reloads and browser restarts with built-in storage.

0 favorites 0 likes
#database

Tin: full-text search for Postgres

Hacker News Top ↗ · 6d ago Cached

TIN is a fast, full-featured full-text search extension for Postgres that supports boolean expressions, fuzzy matching, and concurrent operations, released by PlanetScale as a GA product.

0 favorites 0 likes
#database

@Greptime: More production deployments are reshaping GreptimeDB’s roadmap. We’re putting more work into stability, performance, an…

X AI KOLs Timeline ↗ · 2026-09-18 Cached

The article reviews the mid-year progress of GreptimeDB's 2026 roadmap, highlighting shipped features like online repartitioning and JSON2 type, and explaining changes in priorities due to production deployments.

0 favorites 0 likes
#database

@sunmer575399: The Supabase project is trending, and its 109.4k stars are well-deserved. It provides a hosted Postgres database, no need to set up the environment or configure replication. Last week, for a new project, I went from registration to getting the connection string in less than 3 minutes. Previously, setting up servers would take half a day—the efficiency difference is huge. Authentication, REST, GraphQL…

X AI KOLs Timeline ↗ · 2026-09-18 Cached

Supabase is an open-source Postgres development platform offering a hosted database, automatic API generation, authentication, and AI tools, earning over 109k stars on GitHub for its efficiency and comprehensiveness.

0 favorites 0 likes
#database

Keewano Launches AI-Agent Database and Reveals $12 Million Seed Funding

Reddit r/artificial ↗ · 2026-09-17

Keewano has launched an AI-Agent Database and announced $12 million in seed funding.

0 favorites 0 likes
#database

Training a 4B model to produce 81% faster query plans than Postgres

Hacker News Top ↗ · 2026-09-16 Cached

The article describes an experiment where a 4B AI model is trained via fine-tuning and reinforcement learning to optimize Postgres query plans, achieving an 81% faster performance and 44.7% latency reduction across join-heavy queries.

0 favorites 0 likes
#database

@Greptime: GreptimeDB Enterprise now integrates with Apache Iceberg, making your tables queryable from Spark, Trino, DuckDB, and p…

X AI KOLs Timeline ↗ · 2026-09-15 Cached

GreptimeDB Enterprise integrates with Apache Iceberg to make tables queryable from Spark, Trino, DuckDB, and other engines without copying data by publishing Iceberg metadata over existing Parquet files.

0 favorites 0 likes
#database

A search-and-inference database from scratch in pure Zig

Hacker News Top ↗ · 2026-09-15 Cached

Antfly has rewritten their search-and-inference database from Go to pure Zig for improved performance and zero dependencies. The article details their technical decisions, first principles, and implementations of vector search algorithms.

0 favorites 0 likes
#database

Appwrite 2.0

Product Hunt ↗ · 2026-09-15 Cached

Appwrite 2.0 is the second major generation of the open-source cloud platform for developers and agents, featuring a rebuilt engine, relational and schemaless data support, native PostgreSQL and MySQL engines, S3 storage, and a standards-compliant identity provider.

0 favorites 0 likes
#database

SereneDB

Product Hunt ↗ · 2026-09-15 Cached

SereneDB is an open-source database that combines ultra-fast full-text search and analytics in one engine, compatible with Postgres and Elastic, and outperforms established systems like Elasticsearch and ClickHouse in benchmarks.

0 favorites 0 likes
#database

Sixteen Locks Ought to Be Enough for Anybody

Hacker News Top ↗ · 2026-09-14 Cached

PostgreSQL takes locks on all indexes during query planning, which can cause CPU contention with many indexes, and prepared statements can mitigate this issue.

0 favorites 0 likes
#database

Benchmark Radar: A Living Database and Search Engine for AI Benchmarks and Evaluation

arXiv cs.AI ↗ · 2026-09-12 Cached

Benchmark Radar introduces a living database and search engine for AI benchmarks, enabling researchers to discover, retrieve, and analyze evaluation resources across various AI domains.

0 favorites 0 likes
#database

QueryBrew: System-Agnostic SQL-to-SQL Query Optimization [pdf]

Hacker News Top ↗ · 2026-09-11 Cached

QueryBrew is a proposed system-agnostic approach for optimizing SQL-to-SQL queries, aiming to improve performance across different database systems.

0 favorites 0 likes
#database

@FinanceYF5: Supabase took 5 years to grow its ARR from $1 million to $170 million, achieving a valuation of $10.5 billion. It went …

X AI KOLs Timeline ↗ · 2026-09-11

Supabase grew its annual recurring revenue from $1 million to $170 million in five years, reaching a $10.5 billion valuation through phases as a side project, open-source moat, and AI-era backend infrastructure.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback