Indices en postgresql

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
jucar_es
Posts: 82
Joined: Thu Nov 13, 2008 11:12 pm

Indices en postgresql

Post by jucar_es »

Muy buen dia a todos

Estoy realizando pruebas con postgresql, migrando mis dbfs que ya estan muy grandes 3.000.000 de registros, hasta el momento todo va bien pero
deseo seguir usando indices, he creado el indice con pgadmin, actualmente puedo abrir la tabla pero cuando deseo usar el indice me genera el siguiente error

USE "SELECT * FROM inv100 ;" ALIAS inv100 NEW VIA "pgrdd" CONNECTION nConn indEX "JUANCA"


PDRDD/O Operation not supported

MI PREGUNTA ES COMO HAGO para usar indices ....

gracias por cualquier ayuda...


Very good day to all

I'm testing with postgresql, migrating my dbfs who are already very large 3,000,000 registrations, so far so good but
wish to continue using indices, I created the index with pgadmin, I can now open the table but when I want to use the index generates the following error

USE "SELECT * FROM inv100;" ALIAS inv100 NEW VIA "pgrdd" CONNECTION BOn Index "JUANCA"


PDRDD / O Operation not supported

MY QUESTION IS HOW DO indices to use ....

thanks for any help ...
Attachments
Captura.PNG
Captura.PNG (6.02 KiB) Viewed 2449 times
Post Reply