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
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b eyusupov/concurrency-sqltomvt master
git pull origin eyusupov/concurrency-sqltomvt

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff eyusupov/concurrency-sqltomvt
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: skylarmt/postserve#15
Loading…
There is no content yet.