That's not bad at all @keirS.
Example of this library is as follows via my laptop using WiFi then connecting to my Scotland database server. I don't live in Scotland.
3 MySQL queries, querying 4 tables goes as follows.
Invoice details(invoice table) and cross reference contact details(contact table) = 2 tables
Invoice items(Invoice parts table) = 1 table
Category list(category table) = 1
Average time to retrieve the data shown below(3 queries) is around 230 ms(sometimes more, sometimes less). Please note that my database server is in Scotland, and I'm in the middle of England, so that's about 300 miles away from the server, the results are coming from over the internet. Also even though I didn't mention it in post #17, those results are coming from my server hosted on the Isles of man (data centre owned by Netcetera) which is over seas from my location
By the way my example database which is used in the above screen shot is 22 MB in size.
Average query time about 230 ms for 3 queries from 4 tables, the database is miles away from my location.
Example of this library is as follows via my laptop using WiFi then connecting to my Scotland database server. I don't live in Scotland.
3 MySQL queries, querying 4 tables goes as follows.
Invoice details(invoice table) and cross reference contact details(contact table) = 2 tables
Invoice items(Invoice parts table) = 1 table
Category list(category table) = 1
Average time to retrieve the data shown below(3 queries) is around 230 ms(sometimes more, sometimes less). Please note that my database server is in Scotland, and I'm in the middle of England, so that's about 300 miles away from the server, the results are coming from over the internet. Also even though I didn't mention it in post #17, those results are coming from my server hosted on the Isles of man (data centre owned by Netcetera) which is over seas from my location
By the way my example database which is used in the above screen shot is 22 MB in size.
Average query time about 230 ms for 3 queries from 4 tables, the database is miles away from my location.
Last edited: