Re: [PERFORM] View & Query Performance

2004-10-15 Thread Richard Huxton
Igor Maciel Macaubas wrote: Hi all, I'm trying to find smarter ways to dig data from my database, and have the following scenario: table1 -- id -- name . . . . . . table2 -- id -- number . . . . . . I want to create a view to give me back just what I want: The id, the name and the number. I tought

Re: [PERFORM] View & Query Performance

2004-10-15 Thread Alban Medici (NetCentrex)
Can you tell us more about the structure of your tables, witch sort of index did you set on witch fields ?   Did you really need to get ALL records at once, instead you may be could use paging (cursor or SELECT LIMIT OFFSET ) ?   And did you well configure your .conf ?   Regards   Alban M