Tips for serving large tiles in Martin #990
Replies: 2 comments 4 replies
-
@jjcfrancisco thx for reporting, what is the source of tiles you are serving? PostgreSQL/mbtiles/...? What kind of server, connection pool size, etc? |
Beta Was this translation helpful? Give feedback.
-
After some investigation, we found that the real issue was a simple misunderstanding. Martin performs MVT transformations (i.e. I made a PostGIS function following this example but I managed to ignore that such function implies PostGIS doing the MVT jobs 😅 Having said that, it'd be nice if at some stage there was an option to get Rust to do the MVT jobs. My impression is that this may become a reality in the future? Thanks for the help @nyurik |
Beta Was this translation helpful? Give feedback.
-
Hi,
We've been running some tests at my company to check Martin's performance. We got good response time at low amount of requests, however, when the amount of requests become larger we noticed that Martin is quicker to fall over than our existing tile server (Mapnik). The type of tiles are fairly large and we are wondering if you have some tips (i.e. specific configs) that could help us with increasing the load performance.
For a bit of context, we used Martin
0.9.3
dockerised.Many thanks
Beta Was this translation helpful? Give feedback.
All reactions