» Tag
databases
72 postsHelicone Enables Users to Write SQL Directly to a Shared ClickHouse
Helicone has launched HQL, allowing users to write SQL queries on a shared ClickHouse. Security is ensured through row policies.
Implementing a Neural Network in SQL: A Novel Approach
The potential for developing neural networks in SQL has been explored. New features in the Xarray-SQL library present significant relational operations.
Solo Dev Built a Sharded Go Library with WAL Instead of Kafka
A solo developer built Flux, a sharded, WAL-backed Go library for batching database writes instead of running Kafka or Redis, ensuring crash safety.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comUnderstanding MasterMemory: Managing Static Game Data in Unity
MasterMemory provides an effective solution for managing static game data quickly and safely in Unity.
RocheDB v0.5.0: Data Locality for RAG and LLM Retrieval
RocheDB v0.5.0 emphasizes data locality in the database model. Discover new features and performance enhancements.
Noisia: Harmful Workload Generator for PostgreSQL
Noisia generates harmful workloads for PostgreSQL, aiding engineers in performance testing and issue identification.
A Periodic Table of System Design: 40+ Shared Principles
Georgia Tech researcher Joy Arulraj distills over 100 influential papers into a shared taxonomy of 40+ system design principles spanning databases, OS, and distributed systems.
MariaDB Master-Slave HA with ProxySQL and Signal 18 Repman
Evaluation of MariaDB Master-Slave architecture with ProxySQL and Signal 18 Repman for high availability.
Quad Storage for Optimal Throughput and Latency
The quad-arena project introduces an innovative approach to data storage by using four 64-bit integers, enhancing database design.
Why DB Connections Are Not Held During Slow LLM Calls
Not holding DB connections during LLM calls enhances performance in AI systems. We explore this using the Honcho example.