Is it bad to push only one point?

Because of my project, I need to push point one by one and make sure they’ve store into database. The problem is pushing one point has a long delay(around 50 ms to 200 ms). I push every point in async. Thus, I don’t have any problem with latency but I’m curious about performance. I’ll probably push around 1-10k points per seconds for one connection(one server).

Why I am pushing one by one is depends on the user. Example, if user sends request, I’ll push “request_send” to InfluxDB. It might be a thousand depends on the online users.