HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jtarchie

no profile record

投稿

Yet Another SQLite-Vector

github.com
1 ポイント·投稿者 jtarchie·4 か月前·1 コメント

コメント

jtarchie
·4 か月前·議論
sqlite extension that uses database tables for indexing HNSW values. This is something I wanted to build after trying to build my own in pure Go.

Warning: Was vibe coded with my instructions of architecture, testing preferences (LuaJIT for FFI), and how I wanted to be able to accept stories.
jtarchie
·9 か月前·議論
ncruces helped me with some code I made for VFS. It uses [zstd seekable](https://github.com/jtarchie/sqlitezstd) for reading a file. I thought it would be really well-suited for S3.

- Support for HTTP range queries - "Fast" read times - No disk required

I was wrong.

It turns out that for specific SQL queries, it might be fine, but not fast. For queries that do aggregations, like `COUNT`, sqlite loads the whole database anyway.