Skip to content

Abnormal memory use #348

@gtoselli

Description

@gtoselli

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions