From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | solAris23 <vikas(dot)kumar(at)dolcera(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Index row requires 9324 bytes maximum size is 8191 |
Date: | 2009-09-20 05:47:08 |
Message-ID: | 162867790909192247o2d883011wc63a4dbcb99402d3@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hello
2009/9/18 solAris23 <vikas(dot)kumar(at)dolcera(dot)com>:
>
>
> Hello,
>
> I am trying to index a field in my database of size about 16K rows, but i m
> getting this error.
>
> " Index row requires 9324 bytes maximum size is 8191 "
>
> Can anyone please guide me how to remove this error....
>
> Also, average time to search for a query in a table is taking about 15
> seconds. I have done indexing but the time is not reducing.....
> Is there any way to reduce the time to less than 1 sec ???
> The type of indexing which I am performing on the field is btree... My field
> contains large text. Is there any more suitable indexing type ??
>
you can use hashing functions
regards
Pavel Stehule
> --
> View this message in context: http://www.nabble.com/Index-row-requires-9324-bytes-maximum-size-is-8191-tp25511356p25511356.html
> Sent from the PostgreSQL - performance mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>
From | Date | Subject | |
---|---|---|---|
Next Message | Grzegorz Jaśkiewicz | 2009-09-21 08:38:38 | Re: Index row requires 9324 bytes maximum size is 8191 |
Previous Message | Euler Taveira de Oliveira | 2009-09-20 02:58:43 | Re: Index row requires 9324 bytes maximum size is 8191 |