Hello everyone,
I am trying Orama to do research on a dataset of 355000 documents.
Each document has the following pattern:
{
"id":"f550afbe-8a3f-4ec5-9bff-19590869dfd0", // v4 uuid string
"name":"Foo", // string
"surname":"Bar", // string
"fiscalCode":"NTNPFR53E06B058O", // italian codice fiscale as string
"season":"2223" // 4 integer as string
}
I should do the text search on nameSurname and fiscalCode, but I need the other fields as filters.
- How much memory should the search database occupy?
- On k8s with the 2000Mi limit (2gb) it would seem not to be enough. Is this normal?
In any case, I like Orama very much, you have done a super job. Thank you!
Hello everyone,
I am trying Orama to do research on a dataset of 355000 documents.
Each document has the following pattern:
I should do the text search on
nameSurnameandfiscalCode, but I need the other fields as filters.In any case, I like Orama very much, you have done a super job. Thank you!