gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add index on end row


From: gnunet
Subject: [taler-exchange] branch master updated: add index on end row
Date: Fri, 06 Jan 2023 13:21:20 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new cea4e6ba add index on end row
cea4e6ba is described below

commit cea4e6ba61c64ad30f47f192dbbcc11a9017a9d2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 6 13:21:18 2023 +0100

    add index on end row
---
 src/exchangedb/0002-work_shards.sql | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/exchangedb/0002-work_shards.sql 
b/src/exchangedb/0002-work_shards.sql
index fbe7e708..5ab08d39 100644
--- a/src/exchangedb/0002-work_shards.sql
+++ b/src/exchangedb/0002-work_shards.sql
@@ -44,3 +44,7 @@ CREATE INDEX 
work_shards_by_job_name_completed_last_attempt_index
   ,completed
   ,last_attempt ASC
   );
+
+CREATE INDEX work_shards_by_end_row_index
+  ON work_shards
+  (end_row DESC);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]