From: | "Daniel Caune" <daniel(dot)caune(at)ubisoft(dot)com> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Index row maximum size and crash |
Date: | 2006-07-27 19:30:19 |
Message-ID: | 1E293D3FF63A3740B10AD5AAD88535D202B64D40@UBIMAIL1.ubisoft.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
I try to create an index on character varying(64) column but PostgreSQL
complains that the index row size reaches the maximum limit:
CREATE INDEX IDX_GSLOG_EVENT_ARCHIVE_GAME_CLIENT_VERSION
ON GSLOG_EVENT_ARCHIVE(GAME_CLIENT_VERSION);
ERROR: index row requires 198468548 bytes, maximum size is 8191
I was curious to know the maximum length I have for this column:
select max(game_client_version) from gslog_event_archive;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
The server crashes again! Sniff! :-( Seems that the database is
corrupted somewhere, no?
--
Daniel CAUNE
Ubisoft Online Technology
(514) 490 2040 ext. 3613
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Frost | 2006-07-27 19:35:32 | Re: [SQL] PostgreSQL server terminated by signal 11 |
Previous Message | Daniel Caune | 2006-07-27 19:27:55 | Re: [SQL] PostgreSQL server terminated by signal 11 |