I am benchmarking cratedb with each record having 40 columns and record size varies between 300bytes to 1kb.
I am able to get only 500 inserts per second on single thread.
Using cratedb 1.0.1 with python client. Machine having 16 CPUs and 32GB RAM.
Please help how can I increase the performance. And on what conditions we get 40,000 inserts per second mentioned in official website.
Thanks in Advance