Hi, I'm currently running a 3-node Typesense clust...
# community-help
s
Hi, I'm currently running a 3-node Typesense cluster and handling a write throughput of approximately 20 requests per second. Occasionally, I encounter socket timeout exceptions when calling the Typesense import API. Has anyone faced a similar issue or have suggestions on how to troubleshoot or optimize this? Any help would be greatly appreciated!
j
Usually indicates network bandwidth saturation or CPU exhaustion
You want to try adding more cores and/or reducing the amount of data fetched from Typesense using exclude_fields search parameter
s
Thanks @Jason Bosco, this issue got resolve once I increased the following param - TYPESENSE_THREAD_POOL_SIZE
👍 1