/h3-postgres-performance-test

A series of tests to assess the performance of H3 on Postgres

Primary LanguageTypeScript

H3 Postgres performance test

A series of tests to assess the performance of H3 on Postgres

Starting the database

First, make sure you have Docker running. Then, from within the root directory, run the following command:

docker-compose --profile database up

Start the performance test

To start the performance test, run:

npm start

Resources

For generating our test workloads, we're using the coordinates of cities with more than 1,000 inhabitants. The CSV file resources/geonames-all-cities-with-a-population-1000.csv was downloaded from opendatasoft and is based on the GeoNames dataset from the 10th December 2022. The data has been published under the CC BY 4.0 licence.