viabtc / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
2.68k stars 1.48k forks source link

Need to clarify speed of the server #190

Closed egorsmkv closed 5 years ago

egorsmkv commented 5 years ago

The readme says that the server has speed about 10K trades per second but which part of the server has this speed?

I guess, it’s the accesshttp module. Is it correct?

qyangdu commented 5 years ago

MySQL is the bottomneck, the whole system order tps is actual about 1k.

haipome commented 5 years ago

It depends on the MySQL. You can move the write history part out of matchengine and use mulit mysql instance to increase the performance.