web-rest-api-benchmark
web-rest-api-benchmark copied to clipboard
How about adding indexes to the db?
At least for python-django and the user-country relation, there exist no db indexes that would speed up the lookup.
Dot.Net core does extensive caching, while java/php/django does not.
So, what about adding required db based indexes to make this a real world application benchmark?