summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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