diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-05 13:15:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-05 13:15:29 +0200 |
commit | 822090e81e6ca3471b328c895a728428b7661e11 (patch) | |
tree | cc2ea04e6a5cfaf54ee7b68dc985107ea5060243 /src | |
parent | 17fde9045def97ae66924787692493a2f7807900 (diff) |
-link to bug
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c index 0231f5100..61af32dce 100644 --- a/src/exchange/taler-exchange-wirewatch.c +++ b/src/exchange/taler-exchange-wirewatch.c @@ -740,7 +740,7 @@ history_cb (void *cls, "Adding wire transfer over %s with (hashed) subject `%s'\n", TALER_amount2s (&details->amount), TALER_B2S (&details->reserve_pub)); - /* FIXME-PERFORMANCE: Consider using Postgres multi-valued insert here, + /* FIXME #7276: Consider using Postgres multi-valued insert here, for up to 15x speed-up according to https://dba.stackexchange.com/questions/224989/multi-row-insert-vs-transactional-single-row-inserts#225006 (Note: this may require changing both the |