Log inSign up
chDB
731 posts
@chdb_io

chDB

@chdb_io
chdb.io
localhost
github.com/chdb-io/chdb
Joined September 2023
17
Following
924
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @chdb_io
    chDB
    @chdb_io
    2h
    Nice chDB pattern: a demo mode that is not a mock. The same detection SQL and AggregatingMergeTree rollup run against ClickHouse Cloud or in an embedded chDB session, so one script hits the real queries over 250k seeded events. No account needed.
    Image
    GitHub - Rani-s123/control_room
    From github.com
  • @chdb_io
    chDB
    @chdb_io
    9h
    New in chdb-node on main: chdb/durable, a pure-TypeScript control plane that keeps a chDB database durable on S3, R2 or MinIO. Lease, CAS fencing, WAL and checkpoints. The engine is injected, so importing it loads no native code.
    Image
    Add chdb/durable, chdb/durable/s3 and chdb/libchdb: the pure-TypeScript Durable V1 control plane by...
    From github.com
  • @chdb_io
    chDB
    @chdb_io
    14h
    Agent memory tip: you probably don't need an ANN index. Recall is almost always scoped to one user or session. Put that in the ORDER BY key, filter first, and exact cosine over what survives is cheap. 1M memories, 768-dim, on a laptop: scoped (500 rows) ~40ms unscoped ~1.5s
    Image
    4
  • @chdb_io
    chDB
    @chdb_io
    22h
    New in chdb-core on main: Python UDFs now accept Optional[X] and X | None type annotations. Registering a UDF that takes or returns a nullable column no longer errors out, so you can write the idiomatic signature.
    Image
    Support Optional[X] / X | None annotations in Python UDFs by wudidapaopao · Pull Request #205 ·...
    From github.com
  • @chdb_io
    chDB
    @chdb_io
    Sep 3
    Three interchangeable query backends behind one interface: DeltaStream MCP, a ClickHouse server, and chDB. Same relation names, so the agent SQL never changes. chDB is the no-config default - seed a local mirror, run the whole demo with no cloud.
    Image
    GitHub - rpedreschi/Program-Intelligence-Agent
    From github.com
Advertisement
Advertisement