summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-22 17:20:48 +0200
committerewy <ewy0@protonmail.com>2026-05-22 17:20:48 +0200
commit3ea1ed1362984619b182c0ddf9a6b1dc7ba5bcd0 (patch)
tree9e1785eace6ad9c60a6ea201a0c7ede99722eb6d
parentef92b594d7378b37454056a8e546c1220b9e9e17 (diff)
document memory database
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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