Can typesense handle 10-100k updates every 5 minut...
# community-help
a
Can typesense handle 10-100k updates every 5 minutes? We’re attempting to add last_active timestamp into our typesense datastore every 5 minutes and would like to know if this is something that would scale well ?
j
I just responded to the same query someone else from your team emailed about 🙂 Copy-pasting my response here: Typesense should be able to handle that volume of updates, provided that you have sufficient CPU capacity and also that you use the bulk import endpoint to send all the 100K changes split over say 5-10 API calls, with a client-side timeout as high as 30 minutes for each API call.