mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Introduce a database to store all docids for a word and attribute
This commit is contained in:
parent
a044cb6cc8
commit
374ec6773f
3 changed files with 59 additions and 8 deletions
|
@ -30,7 +30,7 @@ fn main() -> anyhow::Result<()> {
|
|||
let env = EnvOpenOptions::new()
|
||||
.map_size(100 * 1024 * 1024 * 1024) // 100 GB
|
||||
.max_readers(10)
|
||||
.max_dbs(5)
|
||||
.max_dbs(10)
|
||||
.open(opt.database)?;
|
||||
|
||||
let index = Index::new(&env)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue