From 3ea1ed1362984619b182c0ddf9a6b1dc7ba5bcd0 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 22 May 2026 17:20:48 +0200 Subject: document memory database --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbf9a10..9ac4120 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ ingesting should take a while and not currently deduplicated so reindexing is en you can query the data in the duckdb ui during the indexing. +use `--database ":memory:"` to use an in-memory database which should be faster but does not have persistence. + ## build tags * sqlite: build with sqlite storage backend instead of duckdb * sqlite-wasm: build with sqlite-wasm backend instead of duckdb -- cgit v1.3.1