Conversation

What to use for my next benchmark client -- python, jython, golang, pure-Java? Linkbench is Java, insert benchmark is Python. Python has too much CPU overhead, Java can be too verbose, I don't know golang. The benchmark client must access MongoDB, MySQL, Postgres.
3
1
pypy helps sometimes with the CPU overhead but AFAIK pypy3 is "install from source" on Amazon Linux 2 (I see a pattern there) and maybe I have to worry about pure-Python drivers which I don't use by default.
1