t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
556 stars 69 forks source link

Impossible to generate tiles #125

Closed diouck closed 5 years ago

diouck commented 5 years ago

I impoer data 200m / 200m squared on the whole France. When I start the data trimming the server does nothing for 24 hours. Whereas if I limit the data to 10,000 objects it works. Do you have an idea or encounter this problem? Or is there a size limits objects to generate? Thank you

pka commented 5 years ago

The record count limit is just to improve the performance, it's not a technical limit. It usually doesn't make sense to have so many objects in a single tile. If you run t-rex with a different log level you should see which query takes so long.