Hello! Can somebody share some performance charact...
# general
p
Hello! Can somebody share some performance characteristics for realtime tables? How fast can server ingest from kafka, how to scale via partitions etc? Thanks
m
Hello, some stats from production deployments: a 16core 64GB instance has handled 100k events per second (can go higher/lower depending on schema, transform function, etc).
p
That's great. What is scaling options? More real time servers for each kafka partition? Customer is targeting to peak 1-1.2 mio/s with relatively simple structure, cca 16 columns. Is this capability linearly scalable or whats is pattern here? Thank you
k
what is mio?
p
Million
m
For scaling you can have multiple realtime servers, and each consuming a subset of partitions
p
👍👍 thank you
👍 1
Exact model like with spark
s
@User you can watch this one:

https://www.youtube.com/watch?v=nf11Q97-d8k

👍 1