database

Tag

Cards List
#database

A complete ClickHouse OLAP engine, compiled to WebAssembly

Hacker News Top · 4h ago Cached

chDB is a complete ClickHouse OLAP engine compiled to WebAssembly, enabling SQL queries directly in the browser via a SQL shell at wasm.chdb.io.

0 favorites 0 likes
#database

@Greptime: Most of GreptimeDB's June work came down to one idea: a filter is no use if it can't reach the data. In a distributed q…

X AI KOLs Following · 7h ago Cached

GreptimeDB improved distributed query performance by enabling remote dynamic filters to push down to datanode scans at runtime and optimizing the optimizer to run before MergeScan wraps remote plans, ensuring filters reach the data. JSON v2 columns now support type hints.

0 favorites 0 likes
#database

When Impressive Performance Gains Do Not Matter

Lobsters Hottest · 2d ago Cached

A blog post discussing how performance improvements that fail to cross the 10-second attention threshold may not yield user experience benefits, using examples from database query optimization and process automation.

0 favorites 0 likes
#database

@AYi_AInotes: Someone on GitHub turned 1,324 fitness exercises into an open-source database, not just text descriptions. Each exercise comes with a static JPG image, GIF animation, bilingual instructions, target muscles, and equipment type, all 2,648 media files packaged together. It also comes with a local webpage that supports...

X AI KOLs Timeline · 2d ago Cached

Someone on GitHub open-sourced a database of 1,324 fitness exercises, each with images, GIF animations, bilingual instructions, target muscles, and equipment type, along with a directly runnable local webpage and developer tools, suitable for fitness app prototypes, AI motion recognition, etc.

0 favorites 0 likes
#database

The MUMPS 76 Primer – anniversary edition

Hacker News Top · 3d ago Cached

A project to build a faithful implementation of the 1976 MUMPS standard, including a parser, interpreter, and integrated hierarchical database, to study the original architecture and run historical software from the era.

0 favorites 0 likes
#database

@siddontang: https://x.com/siddontang/status/2071072311990538340

X AI KOLs Timeline · 3d ago Cached

The TiDB Cloud team built an AI Agent cloud disk called drive9.ai based on TiDB, aiming to provide a queryable, programmable, and governable file system layer for Agents, solving engineering pain points such as file and metadata consistency, object storage latency, and file understanding in AI scenarios.

0 favorites 0 likes
#database

pg_plan_advice — help the planner get the right plan

Lobsters Hottest · 4d ago Cached

pg_plan_advice is a PostgreSQL module that allows users to influence and stabilize query plan choices by specifying plan advice using a mini-language. It helps in controlling join order, scan methods, and other planner decisions, but overriding planner defaults can backfire if data distribution changes.

0 favorites 0 likes
#database

Logical Physical Clocks and Consistent Snapshots in Globally Distributed DB [pdf]

Hacker News Top · 4d ago Cached

This paper introduces logical physical clocks and methods for consistent snapshots in globally distributed databases, addressing causality and consistency challenges.

0 favorites 0 likes
#database

How to corrupt an SQLite database file

Hacker News Top · 5d ago Cached

This article from SQLite's official documentation explains the various ways an SQLite database can become corrupted, such as file overwrites by rogue processes, misuse of file descriptors, and unsafe backup procedures, along with mitigation strategies.

0 favorites 0 likes
#database

SQLite improving performance with pre-sort

Hacker News Top · 5d ago Cached

This article demonstrates that pre-sorting random data before inserting into SQLite can improve insert performance by 2-3x, by leveraging the B+ Tree's ordered nature and reducing page splits.

0 favorites 0 likes
#database

How PgBouncer Works

Lobsters Hottest · 5d ago Cached

A detailed technical guide explaining how PgBouncer works as a PostgreSQL connection pooler, covering its pooling modes, production deployment, and common pitfalls.

0 favorites 0 likes
#database

All you need is PostgreSQL

Lobsters Hottest · 5d ago Cached

A detailed guide on using PostgreSQL as a single database to handle all aspects of a financial application, including schema design, state machines, triggers, and performance optimization.

0 favorites 0 likes
#database

How we made WINDOW JOIN parallel and vectorized

Hacker News Top · 6d ago Cached

QuestDB introduces a dedicated WINDOW JOIN operator that is parallelized and vectorized, achieving up to 25x speedup over alternative databases for time-series aggregations around event timestamps.

0 favorites 0 likes
#database

Bible as RAG Database

Hacker News Top · 6d ago Cached

Cross Canon offers a Bible as a RAG database, allowing users to query scripture using retrieval-augmented generation techniques.

0 favorites 0 likes
#database

simonw/browser-compat-db

Simon Willison's Blog · 6d ago Cached

Simon Willison created a tool to convert Mozilla's browser compatibility data into a downloadable SQLite database, hosted with open CORS headers for easy exploration via Datasette Lite.

0 favorites 0 likes
#database

Show HN: WebBase-III – dBASE III rebuilt in the browser with its own interpreter

Hacker News Top · 2026-06-24 Cached

WebBase-III is a full recreation of dBASE III that runs in the browser, featuring its own W3Script interpreter, BROWSE grid, form engine, indexing, and persistent storage via SQLite.

0 favorites 0 likes
#database

@shubh6200: To understand how massive files are processed, read "Parsing Gigabytes of JSON per Second" by @geofflangdale and @lemir…

X AI KOLs Timeline · 2026-06-24 Cached

The paper presents simdjson, the first validating JSON parser capable of processing gigabytes per second on a single core using SIMD instructions, achieving substantial speedups over existing parsers like RapidJSON.

0 favorites 0 likes
#database

Fluree DB (GitHub Repo)

TLDR AI · 2026-06-24 Cached

Fluree DB is an open-source, temporal graph database with git-like branching, integrated vector/text/geo search, fine-grained access control, and support for SPARQL, JSON-LD, and Open Cypher. It is optimized for AI agent memory and achieves high performance on billion-scale graphs.

0 favorites 0 likes
#database

datasette 1.0a35

Simon Willison's Blog · 2026-06-23 Cached

Datasette 1.0a35 alpha release introduces a new create table interface and alter table JSON API, along with stable template context documentation.

0 favorites 0 likes
#database

British Columbia, Time Zones, and Postgres

Lobsters Hottest · 2026-06-22 Cached

Discusses how British Columbia's permanent switch to Pacific Daylight Time in 2026 affects PostgreSQL timestamp storage, and provides best practices to avoid time zone shift errors using a dual-column pattern.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback