Improve concurrency - sqltomvt version #15

Open
skylarmt wants to merge 1 commits from eyusupov/concurrency-sqltomvt into master
Owner

Author: @eyusupov

See https://github.com/openmaptiles/postserve/pull/14.
Assumes that something (like psql -f <sqltomvt>.sql) has created the function already.

Logs from that version:

[I 191021 02:27:43 web:2246] 200 GET /tiles/10/637/316.pbf (172.19.0.1) 657.06ms
[I 191021 02:27:43 web:2246] 200 GET /tiles/10/636/316.pbf (172.19.0.1) 662.51ms
[I 191021 02:27:43 web:2246] 200 GET /tiles/10/635/317.pbf (172.19.0.1) 662.32ms
[I 191021 02:27:43 web:2246] 200 GET /tiles/10/637/317.pbf (172.19.0.1) 700.75ms
[I 191021 02:27:44 web:2246] 200 GET /tiles/10/636/317.pbf (172.19.0.1) 765.22ms
[I 191021 02:27:44 web:2246] 200 GET /tiles/10/638/316.pbf (172.19.0.1) 127.12ms
[I 191021 02:27:44 web:2246] 200 GET /tiles/10/638/317.pbf (172.19.0.1) 153.17ms
[I 191021 02:27:44 web:2246] 200 GET /tiles/10/635/316.pbf (172.19.0.1) 1412.92ms
[I 191021 02:27:51 web:2246] 200 GET /tiles/10/638/318.pbf (172.19.0.1) 263.29ms
[I 191021 02:27:51 web:2246] 200 GET /tiles/10/636/318.pbf (172.19.0.1) 318.75ms
[I 191021 02:27:51 web:2246] 200 GET /tiles/10/637/318.pbf (172.19.0.1) 359.55ms
[I 191021 02:27:51 web:2246] 200 GET /tiles/10/635/318.pbf (172.19.0.1) 354.62ms
Author: @eyusupov See https://github.com/openmaptiles/postserve/pull/14. Assumes that something (like `psql -f <sqltomvt>.sql`) has created the function already. Logs from that version: ``` [I 191021 02:27:43 web:2246] 200 GET /tiles/10/637/316.pbf (172.19.0.1) 657.06ms [I 191021 02:27:43 web:2246] 200 GET /tiles/10/636/316.pbf (172.19.0.1) 662.51ms [I 191021 02:27:43 web:2246] 200 GET /tiles/10/635/317.pbf (172.19.0.1) 662.32ms [I 191021 02:27:43 web:2246] 200 GET /tiles/10/637/317.pbf (172.19.0.1) 700.75ms [I 191021 02:27:44 web:2246] 200 GET /tiles/10/636/317.pbf (172.19.0.1) 765.22ms [I 191021 02:27:44 web:2246] 200 GET /tiles/10/638/316.pbf (172.19.0.1) 127.12ms [I 191021 02:27:44 web:2246] 200 GET /tiles/10/638/317.pbf (172.19.0.1) 153.17ms [I 191021 02:27:44 web:2246] 200 GET /tiles/10/635/316.pbf (172.19.0.1) 1412.92ms [I 191021 02:27:51 web:2246] 200 GET /tiles/10/638/318.pbf (172.19.0.1) 263.29ms [I 191021 02:27:51 web:2246] 200 GET /tiles/10/636/318.pbf (172.19.0.1) 318.75ms [I 191021 02:27:51 web:2246] 200 GET /tiles/10/637/318.pbf (172.19.0.1) 359.55ms [I 191021 02:27:51 web:2246] 200 GET /tiles/10/635/318.pbf (172.19.0.1) 354.62ms ```
This pull request has changes conflicting with the target branch.
  • Dockerfile
  • requirements.txt
  • server.py

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin eyusupov/concurrency-sqltomvt:eyusupov/concurrency-sqltomvt
git checkout eyusupov/concurrency-sqltomvt
Sign in to join this conversation.
No Reviewers
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: skylarmt/postserve#15
No description provided.