Neil Williams dd96155bce tdb_sql: Optimistically do UPDATES and fall back to INSERTS.
Doing a SELECT on the data table to determine which keys already
exist was adding too much extra load to the Account master. This
attempts to alleviate that by optimistically trying an UPDATE and
if no rows were actually changed by the UPDATE, doing an INSERT
instead.
2012-06-28 15:45:05 -07:00
2012-06-19 14:02:42 -07:00
2012-06-18 15:13:56 -07:00
2012-06-19 15:47:01 -07:00
Description
No description provided
55 MiB
Languages
Python 54.4%
JavaScript 26.7%
HTML 11.3%
Less 4.5%
Shell 1%
Other 2%