Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Postgresql, since a long time, has implemented geospatial features.

basic statement

select * from events where ra_min < ra and ra < ra_max and dec_min < dec and dec < dec_max
The response time is around 1. second