Working as a consultant and the client has files with millions of records. In one case, 130 million. Vector indexing seems that it would speed things up if I can get it to work. So I created a index over one of the files (only 13 million in this one).
Does anyone have an example of how this is needs to be coded in the SQLRPGLE program (if it is necessary to change the program at all)?
I did re-compile the program and saw no improvement. I then tried changing the program D spec and subsequent SQL statements to match the name of the index but that did not work (compile failed).
Any ideas?
Thanks for your assistance!
Does anyone have an example of how this is needs to be coded in the SQLRPGLE program (if it is necessary to change the program at all)?
I did re-compile the program and saw no improvement. I then tried changing the program D spec and subsequent SQL statements to match the name of the index but that did not work (compile failed).
Any ideas?
Thanks for your assistance!



Comment