BohuTANG
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi HN, we're open-sourcing BendClaw today -- the distributed AgentOS behind Evot.AI. The problem: one shared agent maxes out fast. Separate agents per person means everyone starts from zero. We wanted the third option…
- Snowtree: Review-Driven Safe AI Coding (bohutang.me)
- UUID(v7) (docs.databend.com)
- The Easy Way to Master JSON in SQL: Databend's jq Function (docs.databend.com)
- TPC-H SF100 Benchmark: Snowflake vs. Databend Cloud (databend.rs)
- The Cost of the 1B Row Challenge with Snowflake and Databend (databend.com)
- Optimizing Data Warehouse QA with GPT-4 in Databend (databend.com)
- nessDB:a very fast key/value storage engine 1.8-rc1 released (groups.google.com)
Hey, nessDB is a very fast key-value,embedded Database Storage Engine (Using log-structured-merge (LSM) trees) with Level-LRU, Bloom-Filter,and supports Redis-Protocol(PING,SET,MSET,GET,MGET,DEL,EXISTS,INFO,SHUTDOWN).…
-
nessDB's Features: * Bloom filters for record presence detection * Level-LRU for hot data caching,improve Random-Read * Distributable B+Tree-Structured-Indexes * Simple interface,very easy to use and high-performance *…