Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 58 forks source link

Use `denormalized.trees` table to implement the routers under `/species` #338

Open dadiorchen opened 1 year ago

dadiorchen commented 1 year ago

We are using public.trees to query data for /species but it is slow, we now created a new table to denormalize the data to get higher performance, so please use the new table to implement this API again.

Some notes:


Some hints:

aayushgauba commented 1 year ago

@dadiorchen Please assign this to me. Thanks

dadiorchen commented 11 months ago

@aayushgauba I will unassign this from you, this issue is not able to start because of some roadblock