Open kaligrafy opened 3 years ago
Right now, there doesn't appear to be indexes in the database for the geographies. Is that right? Investigate... It would seem the indexing is done only in javascript.
There are indexes on tr_od_trips, and for now it is the only table that could include large amount of data.
nodes are currently indexed on the fly in javascript (client)
Should we keep projects in separate schema to reduce index sizes and increase query speed or would it be fast enough to keep everything in the same table? We need more spatial index benchmarks.