Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
Normal
Description
That method re-writes the index properties file for every row read from the table/view, rather than once per table/view. The following line should be moved out of the loop at the end of the method:
writeIndexProperties( propertiesFile, indexProperties );
I don't think that writing the file for every row is a correctness problem. It's just inefficient and unnecessary.