From: Marcus Eggenberger Date: Tue, 3 Mar 2009 21:05:10 +0000 (+0100) Subject: saner amount for cached ids (postgres only) X-Git-Tag: 0.5-rc1~323 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=1d5bd129c969612397795ad563d502c6cc4c578b;ds=sidebyside saner amount for cached ids (postgres only) --- 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