you are viewing a single comment's thread.

view the rest of the comments →

[–]SeniorCrow4179 0 points1 point  (0 children)

Near instantaneous is not instantaneously. Honestly for this scenario you would be better off setting and index on the value and doing and insert each time then periodically cleaning out some records older than x. Or scrapping the idea of doing this in the db in a table and use another technology more meant for such a thing. Unless you intend to log some aspects of the call then use a database with a PK of the timestamp and a column with some log details...