-link to bug

This commit is contained in:
Christian Grothoff 2022-07-05 13:15:29 +02:00
parent 17fde9045d
commit 822090e81e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -740,7 +740,7 @@ history_cb (void *cls,
"Adding wire transfer over %s with (hashed) subject `%s'\n", "Adding wire transfer over %s with (hashed) subject `%s'\n",
TALER_amount2s (&details->amount), TALER_amount2s (&details->amount),
TALER_B2S (&details->reserve_pub)); 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 for up to 15x speed-up according to
https://dba.stackexchange.com/questions/224989/multi-row-insert-vs-transactional-single-row-inserts#225006 https://dba.stackexchange.com/questions/224989/multi-row-insert-vs-transactional-single-row-inserts#225006
(Note: this may require changing both the (Note: this may require changing both the