CartoDB / observatory-extension

BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Use JSONB instead of JSON for OBS_GetMeta and OBS_GetData #275

Open talos opened 7 years ago

talos commented 7 years ago

When returning geometries, serialization to JSON is causing a significant bottleneck. Using JSONB mitigates this.