Hacker News new | ask | show | jobs
by zh217 1153 days ago
Yes this is correct, only the query's answer set need to be in memory. We are also working on streaming for the Rust API, in which case you don't even need to keep the whole set in memory for simple queries.

FYI here is a not very rigourous performance and memory usage analysis (for a previous version without the vector search capability): https://docs.cozodb.org/en/latest/releases/v0.3.html

1 comments

Thanks for the speedy response!

Cozo is looking like a top-contender for my project so far :)