#community-help

Improving Typesense Server Performance

TLDR Tiago reported slowed server performance due to multiple requests to typesense. Jason suggested increasing the number of CPU cores to handle greater concurrency.

Powered by Struct AI

1

3
17mo
Solved
Join the chat
May 15, 2022 (17 months ago)
Tiago
Photo of md5-e737d4d738b6706979f35b30fc063975
Tiago
04:35 PM
Hello, I implemented typesense on the project that I am currently working.
When I’m receiving a lot of requests at the same time seems that typesense can't handle them all and the server slows down.
What do you recommend to improve the performance?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
06:45 PM
Concurrency is determined by the number of CPU cores you have on your machine. To support more concurrency, you'd want to add more CPU cores
Tiago
Photo of md5-e737d4d738b6706979f35b30fc063975
Tiago
08:16 PM
Thanks Jason, I will suggest that to my team 👍

1