Hi All, we are using typesense with 6 collections ...
# community-help
d
Hi All, we are using typesense with 6 collections and something like 50,000 documents between them. We are on the lowest cloud cluster configuration and running out of memory when trying to modify a collection. This only serves 3-4 of our customers... so we are getting concerned about scaling with typsense as we will have 20 on the platform in the next 2 months. Does anyone have any insights? If we were to upgrade to 2GB of RAM, how many documents will we be able to handle? I am sure exact numbers are impossible, just looking for ranges.
j
You want to calculate your average record size as described here and then use this formula to calculate RAM requirements: Lower limit for RAM:
Avg record size * total number records * 2
Upper limit for RAM:
Avg record size * total number records * 3
d
Thank you!
👍 1