viabtc / viabtc_exchange_server

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

Why not replacing skiplist with leveldb ? To prevent losing orders in case of crash #201

Closed KabDeveloper closed 4 years ago

KabDeveloper commented 4 years ago

Hi,

WHy not NoSQL database that support ascending order is not used to prevent losing datas in case of unexpected crash ?

Thanks