jam231 / sia

Stock market server (part of stock market simulation system).
1 stars 0 forks source link

Postgres indices for orders. #74

Closed jam231 closed 10 years ago

jam231 commented 10 years ago

It is a low hanging fruit for performance improvement. As of now for every order inserted there is a linear search for orders with "opposite type", that can be used for realization of the new order.