Hello, I've few questions, that how to calculate h...
# community-help
l
Hello, I've few questions, that how to calculate how much memory required for typesense single instance to run, if there are 10 index fields into a document?
f
It's 2x-3x the size of your dataset, only including your indexed fields
So if my dataset is 300MB but I have 200MB of indexed fields (URL fields for example shouldn't be indexed), then you'd need around .5GB-0.6GB of RAM
l
thanks for helping; do I need to consider non-indexed fields as well in sizing; because i've given 64GB ram but its not even able to old a million records
f
No, if you set a field as non-indexed, it won't be stored on RAM, just saved in disk. But for a million records with 64GB of RAM, that means that your dataset is for sure more than 32GB in size, so your average record size would be at least 32KB which is really big. Is that the case?