Search Postgresql Archives

Problem creating index

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

 



Hi to all ....

On my Postgresql 9.1 instance I had a problem with an index. 
Using index I get less tuples than expected.
I try to remove index and the query works fine but obviosly the query is slow so I try to recreate the index.

I run the create index statement but after a lot of time I get this error message:

ERROR:  unexpected end of tape

I try to look in postgresql and syslog log files but I find nothing.


Any suggestion?


Create index statement that I use is:

CREATE INDEX dati_impianto_id_tipo_dato_id_data_misurazione_idx
  ON dati
  USING btree
  (impianto_id , tipo_dato_id , data_misurazione  DESC);




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux