You want to be able to find the information you want very quickly and easily. You do not have the time to wait around, you want the information you need and you want it now.
We understand how you feel because we are like you in that we too want the information we want now rather than later.
This is why the first test of the code generated by Web-D-Zine ( WDZ ) used just one million, sixty-three thousand, nine hundred and eighty-two individual records obtained from https://ico.org.uk/
This data set tested several aspects of the code, including special characters in forms, but the one thing that it really tested was the index. On the first iteration of the code, even though an index was used, the code was too slow, adding the records unique id into the index solved this issue and improved the search time dramatically. Using this data set also highlighted another aspect of the code in that although WDZ main concern is the production of back end systems, it could also be used to create reports and display of information so these facilities were added into the base code.