I'm looking for the best practice for keeping track of all bets for a particular market.
I must revisit this part of my code every 6 months as my current method seems pretty inefficient - get ALL bets for the market, every few seconds.
I'd like to just get bets that have changed since X (including new bets) - that would be ideal. But it doesn't seem like its possible unless I'm missing something?
Could anyone suggest the best way to go about this?
tia
I must revisit this part of my code every 6 months as my current method seems pretty inefficient - get ALL bets for the market, every few seconds.
I'd like to just get bets that have changed since X (including new bets) - that would be ideal. But it doesn't seem like its possible unless I'm missing something?
Could anyone suggest the best way to go about this?
tia


Comment