Comment by issanassar
3 days ago
looks awesome, but how much can it scale up? i need to handle alot of throughput for my startup, like events per second
3 days ago
looks awesome, but how much can it scale up? i need to handle alot of throughput for my startup, like events per second
each event is a consumable which means we aren't running large analytical queries to process them.
Our bottleneck is probably infra + optimisations via caching but at the moment I'd say we can handle 1k events per second comfortably :)
ah that makes sense, yeah that'd fire, if there's any way to do batching also let me know