So far in my project I have gathered data for the following:
- The Categories page with MySQL and SQL Server
- The Products page with MySQL
- The Purchase page with MySQL and SQL Server
- An arbitrary page which makes heavy use of an array
- Web server performance with a HTML only request
The data that I have gathered so far has given me a fairly good idea of the performance implications of each language. To complete the data gathering for my project I would like to run the following:
- The Products page with SQL Server
- The Item page (individual product view) with either SQL Server or MySQL
- The Categories page with a query string against MySQL and SQL Server
Once I have gathered this data the testing phase of my project should be complete. With this data in hand I will be able to change focus to report writing and work on completing the project.
Advertisement