Martin v0.11.6 much faster than v0.12.0 and 0.13.0?? #1161
Replies: 1 comment
-
@radimkrchnacek thanks for reporting this issue! I did make some changes in the tile handling logic in order to support tile caching, and I was hoping it was a negligible change - so clearly should investigate this. I use Other than this, it could be due to a dependency upgrade, e.g. newer version of actix, sqlx, or many other libs, but I doubt that's the case... Hopefully i will find some time to do a perf deep-dive to see what might have caused this... but as always - this is my volunteer project, so time constraints are ... what they are :) |
Beta Was this translation helpful? Give feedback.
-
I am testing 3 different versions of Martin on localhost with the same settings (default settings, just caching disabled) and the same postgis 3.3 database table. Versions v0.12.0 and v0.13.0 seem to be much slower than v0.11.6
I also tried running Martin with
RUST_LOG=debug
and the DB queries are identical for all 3 versions.What might be the cause of these huge performance differences?
v0.12.0:
v0.11.6:
v.0.13.0
Beta Was this translation helpful? Give feedback.
All reactions