Re: [PERFORM] index auto changes after copying data ?

2005-11-29 Thread Chris Browne
[EMAIL PROTECTED] ("[EMAIL PROTECTED]") writes: > I know in mysql, index will auto change after copying data Of > course, index will change after inserting a line in postgresql, but > what about copying data? Do you mean, by this, something like... "Are indexes affected by loading data using the

Re: [PERFORM] index auto changes after copying data ?

2005-11-29 Thread Richard Huxton
[EMAIL PROTECTED] wrote: > I know in mysql, index will auto change after copying data > Of course, index will change after inserting a line in postgresql, but what > about copying data? The index will (of course) know about the new data. You might want to ANALYZE the table again after a large cop