From 1d5bd129c969612397795ad563d502c6cc4c578b Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Tue, 3 Mar 2009 22:05:10 +0100 Subject: [PATCH] saner amount for cached ids (postgres only) --- src/core/SQL/PostgreSQL/14/setup_110_alter_sender_seq.sql | 2 +- src/core/SQL/PostgreSQL/14/setup_120_alter_messageid_seq.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/SQL/PostgreSQL/14/setup_110_alter_sender_seq.sql b/src/core/SQL/PostgreSQL/14/setup_110_alter_sender_seq.sql index 1b846652..26b047cc 100644 --- a/src/core/SQL/PostgreSQL/14/setup_110_alter_sender_seq.sql +++ b/src/core/SQL/PostgreSQL/14/setup_110_alter_sender_seq.sql @@ -1 +1 @@ -ALTER SEQUENCE sender_senderid_seq CACHE 1000 +ALTER SEQUENCE sender_senderid_seq CACHE 100 diff --git a/src/core/SQL/PostgreSQL/14/setup_120_alter_messageid_seq.sql b/src/core/SQL/PostgreSQL/14/setup_120_alter_messageid_seq.sql index d38574e4..bc6981ee 100644 --- a/src/core/SQL/PostgreSQL/14/setup_120_alter_messageid_seq.sql +++ b/src/core/SQL/PostgreSQL/14/setup_120_alter_messageid_seq.sql @@ -1 +1 @@ -ALTER SEQUENCE backlog_messageid_seq CACHE 1000 +ALTER SEQUENCE backlog_messageid_seq CACHE 100 -- 2.20.1