Hacker News new | ask | show | jobs
by koolba 3582 days ago
> On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries).

Is that 20K separate transactions or are some of the 20K inserts grouped together?

1 comments

Separate (going through the master).