LocalData / localdata-tiles

A tileserver for LocalData
5 stars 2 forks source link

Improve performance #155

Closed prashtx closed 8 years ago

prashtx commented 8 years ago

Tweak survey data queries to take better advantage of an index.

Support more involved select fields for feature tiles, so we can avoid bloated UTFGrid data. Support multiple paths, so we can set up alternate domains and let clients issue more tile requests in parallel.

/cc @hampelm

prashtx commented 8 years ago

Made the pool bounds configurable, in case we'd like to test/tweak database performance more easily down the line.

hampelm commented 8 years ago

Thanks! Looks good to merge. I'll leave that to you so you can decide on the timing.