Now let's start testing the performance of our search query, which is pretty complex and large.
First Postman Run with Big Data
For testing, I've used the seeder from the previous lesson a few times, with even bigger data, so currently I have:
- 300 000 properties
- 600 000 apartments (2 apartments per property)
- 1 200 000 bookings
And here's a reminder of what the Search Controller method looks like:...