Indexing and sorting [Resolved]
This might sound ridculous but I want to make sure. I have a table where I have several fields set up as an index. So originally the table was sorted according to those indexes. Well I resorted the table based on one field because it make it easier for me to read. Then I saved it like that, does that screw up my indexes now, since the table was originally sorted using them? I am not sure exactly how indexes work, but I thought the table would be sorted according to the indexes so searching through a table using an index makes things quicker.
This might sound ridculous but I want to make sure. I have a table where I have several fields set up as an index. So originally the table was sorted according to those indexes. Well I resorted the table based on one field because it make it easier for me to read. Then I saved it like that, does that screw up my indexes now, since the table was originally sorted using them? I am not sure exactly how indexes work, but I thought the table would be sorted according to the indexes so searching through a table using an index makes things quicker.
Last edited: