* Add queries generated by Estate Reporting to our performance test tool based on locust. The queries will be provided by the Estate Reporting team [~david.woods] in https://tickets.puppetlabs.com/browse/LIDAR-915 * generate results for 10 000 up to 500 000 nodes and identify slow queries or possible errors. Initially we should use n1/n2 servers and if they can't handle the load consider using EC2 instances form AWS. * The deployment will be composed of 1 postgresql and 1 PDB. if PDB becomes a bottleneck, we should scale to multiple PDB and add a load balancer in front of them. If PostgreSql becomes the bottleneck we should: ** identify the queries that are slow ** scale PostgreSQL horizontally ** tweak PostgreSQL settings or PDB settings