diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-22 17:20:48 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-22 17:20:48 +0200 |
| commit | 3ea1ed1362984619b182c0ddf9a6b1dc7ba5bcd0 (patch) | |
| tree | 9e1785eace6ad9c60a6ea201a0c7ede99722eb6d | |
| parent | ef92b594d7378b37454056a8e546c1220b9e9e17 (diff) | |
document memory database
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
